Searched defs:TOLL_FREE (Results 1 - 4 of 4) sorted by relevance

/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
H A DShortNumberUtil.java36 TOLL_FREE, enum constant in enum:ShortNumberUtil.ShortNumberCost
H A DShortNumberInfo.java57 TOLL_FREE, enum constant in enum:ShortNumberInfo.ShortNumberCost
204 return ShortNumberCost.TOLL_FREE;
208 return ShortNumberCost.TOLL_FREE;
218 * PREMIUM_RATE, UNKNOWN_COST, STANDARD_RATE, TOLL_FREE. The reason for the position of
220 * or TOLL_FREE in another, its expected cost cannot be estimated as one of the latter since it
223 * For example, if a number is STANDARD_RATE in the US, but TOLL_FREE in Canada, the expected cost
243 ShortNumberCost cost = ShortNumberCost.TOLL_FREE;
257 case TOLL_FREE:
332 case TOLL_FREE:
H A DPhoneNumberUtil.java392 TOLL_FREE, enum constant in enum:PhoneNumberUtil.PhoneNumberType
1943 case TOLL_FREE:
1994 return PhoneNumberType.TOLL_FREE;
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dphonenumberutil.h102 TOLL_FREE, enumerator in enum:i18n::phonenumbers::PhoneNumberUtil::PhoneNumberType

Completed in 922 milliseconds