Home
last modified time | relevance | path

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

/external/libphonenumber/repackaged/libphonenumber/src/com/android/i18n/phonenumbers/
DAsYouTypeFormatter.java59 private boolean isExpectingCountryCallingCode = false; field in AsYouTypeFormatter
274 isExpectingCountryCallingCode = false; in clear()
352 isExpectingCountryCallingCode = true; in inputDigitWithOptionToRememberPosition()
359 if (isExpectingCountryCallingCode) { in inputDigitWithOptionToRememberPosition()
361 isExpectingCountryCallingCode = false; in inputDigitWithOptionToRememberPosition()
388 isExpectingCountryCallingCode = false; in attemptToChoosePatternWithPrefixExtracted()
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
DAsYouTypeFormatter.java57 private boolean isExpectingCountryCallingCode = false; field in AsYouTypeFormatter
271 isExpectingCountryCallingCode = false; in clear()
347 isExpectingCountryCallingCode = true; in inputDigitWithOptionToRememberPosition()
354 if (isExpectingCountryCallingCode) { in inputDigitWithOptionToRememberPosition()
356 isExpectingCountryCallingCode = false; in inputDigitWithOptionToRememberPosition()
383 isExpectingCountryCallingCode = false; in attemptToChoosePatternWithPrefixExtracted()