Home
last modified time | relevance | path

Searched refs:getExampleShortNumberForCost (Results 1 – 5 of 5) sorted by relevance

/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/
DShortNumberInfoTest.java90 String premiumRateExample = shortInfo.getExampleShortNumberForCost(RegionCode.FR, in testGetExpectedCost()
99 String standardRateExample = shortInfo.getExampleShortNumberForCost(RegionCode.FR, in testGetExpectedCost()
108 String tollFreeExample = shortInfo.getExampleShortNumberForCost(RegionCode.FR, in testGetExpectedCost()
DExampleNumbersTest.java222 exampleShortNumber = shortNumberInfo.getExampleShortNumberForCost(regionCode, cost); in testShortNumbersValidAndCorrectCost()
/third_party/libphonenumber/javascript/i18n/phonenumbers/
Dshortnumberinfo_test.js125 var premiumRateExample = shortInfo.getExampleShortNumberForCost(
139 var standardRateExample = shortInfo.getExampleShortNumberForCost(
153 var tollFreeExample = shortInfo.getExampleShortNumberForCost(
Dshortnumberinfo.js432 i18n.phonenumbers.ShortNumberInfo.prototype.getExampleShortNumberForCost = method in i18n.phonenumbers.ShortNumberInfo
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
DShortNumberInfo.java387 String getExampleShortNumberForCost(String regionCode, ShortNumberCost cost) { in getExampleShortNumberForCost() method in ShortNumberInfo