Searched refs:sortedMapForUS (Results 1 – 1 of 1) sorted by relevance
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/geocoding/ |
D | AreaCodeMapTest.java | 41 SortedMap<Integer, String> sortedMapForUS = new TreeMap<Integer, String>(); in AreaCodeMapTest() local 42 sortedMapForUS.put(1212, "New York"); in AreaCodeMapTest() 43 sortedMapForUS.put(1480, "Arizona"); in AreaCodeMapTest() 44 sortedMapForUS.put(1650, "California"); in AreaCodeMapTest() 45 sortedMapForUS.put(1907, "Alaska"); in AreaCodeMapTest() 46 sortedMapForUS.put(1201664, "Westwood, NJ"); in AreaCodeMapTest() 47 sortedMapForUS.put(1480893, "Phoenix, AZ"); in AreaCodeMapTest() 48 sortedMapForUS.put(1501372, "Little Rock, AR"); in AreaCodeMapTest() 49 sortedMapForUS.put(1626308, "Alhambra, CA"); in AreaCodeMapTest() 50 sortedMapForUS.put(1650345, "San Mateo, CA"); in AreaCodeMapTest() [all …]
|