OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TOLL_FREE
(Results
1 - 4
of
4
) sorted by null
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
ShortNumberInfo.java
61
TOLL_FREE
,
255
return ShortNumberCost.
TOLL_FREE
;
259
return ShortNumberCost.
TOLL_FREE
;
269
* PREMIUM_RATE, UNKNOWN_COST, STANDARD_RATE,
TOLL_FREE
. The reason for the position of
271
* or
TOLL_FREE
in another, its expected cost cannot be estimated as one of the latter since it
274
* For example, if a number is STANDARD_RATE in the US, but
TOLL_FREE
in Canada, the expected
293
ShortNumberCost cost = ShortNumberCost.
TOLL_FREE
;
307
case
TOLL_FREE
:
382
case
TOLL_FREE
:
PhoneNumberUtil.java
411
TOLL_FREE
,
[
all
...]
/external/libphonenumber/repackaged/libphonenumber/src/com/android/i18n/phonenumbers/
ShortNumberInfo.java
64
TOLL_FREE
,
258
return ShortNumberCost.
TOLL_FREE
;
262
return ShortNumberCost.
TOLL_FREE
;
272
* PREMIUM_RATE, UNKNOWN_COST, STANDARD_RATE,
TOLL_FREE
. The reason for the position of
274
* or
TOLL_FREE
in another, its expected cost cannot be estimated as one of the latter since it
277
* For example, if a number is STANDARD_RATE in the US, but
TOLL_FREE
in Canada, the expected
296
ShortNumberCost cost = ShortNumberCost.
TOLL_FREE
;
310
case
TOLL_FREE
:
385
case
TOLL_FREE
:
PhoneNumberUtil.java
425
TOLL_FREE
,
[
all
...]
Completed in 47 milliseconds