Searched refs:getExampleShortNumberForCost (Results 1 – 3 of 3) sorted by relevance
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/ |
D | ShortNumberInfoTest.java | 83 String premiumRateExample = shortInfo.getExampleShortNumberForCost(RegionCode.FR, in testGetExpectedCost() 92 String standardRateExample = shortInfo.getExampleShortNumberForCost(RegionCode.FR, in testGetExpectedCost() 101 String tollFreeExample = shortInfo.getExampleShortNumberForCost(RegionCode.FR, in testGetExpectedCost() 198 assertEquals("3010", shortInfo.getExampleShortNumberForCost(RegionCode.FR, in testGetExampleShortNumberForCost() 200 assertEquals("1023", shortInfo.getExampleShortNumberForCost(RegionCode.FR, in testGetExampleShortNumberForCost() 202 assertEquals("42000", shortInfo.getExampleShortNumberForCost(RegionCode.FR, in testGetExampleShortNumberForCost() 204 assertEquals("", shortInfo.getExampleShortNumberForCost(RegionCode.FR, in testGetExampleShortNumberForCost()
|
D | ExampleNumbersTest.java | 218 exampleShortNumber = shortNumberInfo.getExampleShortNumberForCost(regionCode, cost); in testShortNumbersValidAndCorrectCost()
|
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/ |
D | ShortNumberInfo.java | 375 String getExampleShortNumberForCost(String regionCode, ShortNumberCost cost) { in getExampleShortNumberForCost() method in ShortNumberInfo
|