HomeSort by relevance Sort by last modified time
    Searched refs:UNKNOWN_COST (Results 1 - 3 of 3) sorted by null

  /external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
ShortNumberUtil.java 39 UNKNOWN_COST
ShortNumberInfo.java 65 UNKNOWN_COST
257 * @return the expected cost category for that region of the short number. Returns UNKNOWN_COST if
272 return ShortNumberCost.UNKNOWN_COST;
290 return ShortNumberCost.UNKNOWN_COST;
312 * @return the expected cost category for that region of the short number. Returns UNKNOWN_COST if
321 return ShortNumberCost.UNKNOWN_COST;
341 return ShortNumberCost.UNKNOWN_COST;
349 * PREMIUM_RATE, UNKNOWN_COST, STANDARD_RATE, TOLL_FREE. The reason for the position of
350 * UNKNOWN_COST in this order is that if a number is UNKNOWN_COST in one region but STANDARD_RAT
    [all...]
  /external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
ShortNumberInfoTest.java 88 assertEquals(ShortNumberInfo.ShortNumberCost.UNKNOWN_COST,
92 assertEquals(ShortNumberInfo.ShortNumberCost.UNKNOWN_COST,
95 // Test that an invalid number may nevertheless have a cost other than UNKNOWN_COST.
107 assertEquals(ShortNumberInfo.ShortNumberCost.UNKNOWN_COST,
111 assertEquals(ShortNumberInfo.ShortNumberCost.UNKNOWN_COST,
139 assertEquals(ShortNumberInfo.ShortNumberCost.UNKNOWN_COST, shortInfo.getExpectedCostForRegion(
141 // PREMIUM_RATE takes precedence over UNKNOWN_COST.
151 assertEquals(ShortNumberInfo.ShortNumberCost.UNKNOWN_COST, shortInfo.getExpectedCostForRegion(
153 assertEquals(ShortNumberInfo.ShortNumberCost.UNKNOWN_COST,
162 assertEquals(ShortNumberInfo.ShortNumberCost.UNKNOWN_COST, shortInfo.getExpectedCostForRegion
    [all...]

Completed in 144 milliseconds