Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/payments/
H A DContactEditor.java116 if (mRequestPayerPhone && !getPhoneValidator().isValid(phone)) { in checkContactCompletionStatus()
142 if (getPhoneValidator().isValid(phoneNumber)) mPhoneNumbers.add(phoneNumber); in addPhoneNumberIfValid()
198 getPhoneValidator(), null, in edit()
277 private EditorFieldValidator getPhoneValidator() { in getPhoneValidator() method in ContactEditor