Searched refs:getExampleShortNumberForCost (Results 1 – 3 of 3) sorted by relevance
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/ |
D | ShortNumberInfoTest.java | 61 String premiumRateExample = shortInfo.getExampleShortNumberForCost(RegionCode.FR, in testGetExpectedCost() 70 String standardRateExample = shortInfo.getExampleShortNumberForCost(RegionCode.FR, in testGetExpectedCost() 79 String tollFreeExample = shortInfo.getExampleShortNumberForCost(RegionCode.FR, in testGetExpectedCost() 176 assertEquals("3010", shortInfo.getExampleShortNumberForCost(RegionCode.FR, in testGetExampleShortNumberForCost() 178 assertEquals("1023", shortInfo.getExampleShortNumberForCost(RegionCode.FR, in testGetExampleShortNumberForCost() 180 assertEquals("42000", shortInfo.getExampleShortNumberForCost(RegionCode.FR, in testGetExampleShortNumberForCost() 182 assertEquals("", shortInfo.getExampleShortNumberForCost(RegionCode.FR, in testGetExampleShortNumberForCost()
|
D | ExampleNumbersTest.java | 200 exampleShortNumber = shortNumberInfo.getExampleShortNumberForCost(regionCode, cost); in testShortNumbersValidAndCorrectCost()
|
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/ |
D | ShortNumberInfo.java | 455 String getExampleShortNumberForCost(String regionCode, ShortNumberCost cost) { in getExampleShortNumberForCost() method in ShortNumberInfo
|