Home
last modified time | relevance | path

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

/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
DPhonenumber.java34 FROM_NUMBER_WITHOUT_PLUS_SIGN, enumConstant
DPhoneNumberUtil.java1363 case FROM_NUMBER_WITHOUT_PLUS_SIGN:
2436 phoneNumber.setCountryCodeSource(CountryCodeSource.FROM_NUMBER_WITHOUT_PLUS_SIGN);
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
DPhoneNumberUtilTest.java1565 CountryCodeSource.FROM_NUMBER_WITHOUT_PLUS_SIGN, in testMaybeExtractCountryCode()
2183 setCountryCodeSource(CountryCodeSource.FROM_NUMBER_WITHOUT_PLUS_SIGN). in testParseAndKeepRaw()