Home
last modified time | relevance | path

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

/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
DAsYouTypeFormatter.java57 private boolean isExpectingCountryCallingCode = false; field in AsYouTypeFormatter
280 isExpectingCountryCallingCode = false; in clear()
356 isExpectingCountryCallingCode = true; in inputDigitWithOptionToRememberPosition()
362 if (isExpectingCountryCallingCode) { in inputDigitWithOptionToRememberPosition()
364 isExpectingCountryCallingCode = false; in inputDigitWithOptionToRememberPosition()
391 isExpectingCountryCallingCode = false; in attemptToChoosePatternWithPrefixExtracted()