Home
last modified time | relevance | path

Searched refs:phoneField (Results 1 – 2 of 2) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/payments/
H A DContactEditor.java194 final EditorFieldModel phoneField = mRequestPayerPhone in edit() local
223 if (phoneField != null) { in edit()
224 phoneField.setCustomErrorMessage(mPayerErrors != null ? mPayerErrors.phone : null); in edit()
225 editor.addField(phoneField); in edit()
247 if (phoneField != null) { in edit()
248 phone = phoneField.getValue().toString(); in edit()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Runtime.Serialization/Test/System.Runtime.Serialization/
H A DBug36100.cs1054 private string phoneField; field in MonoTests.System.Runtime.Serialization.AirlineDTO
1197 return this.phoneField;
1201 this.phoneField = value;
1297 private string phoneField; field in MonoTests.System.Runtime.Serialization.AirportDTO
1617 return this.phoneField;
1621 this.phoneField = value;
2346 private string phoneField; field in MonoTests.System.Runtime.Serialization.CrewDTO
2577 return this.phoneField;
2581 this.phoneField = value;
3900 return this.phoneField;
[all …]