Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSmsNumberUtils.java140 ArrayList<String> allIDDs = getAllIDDs(context, activeMcc); in formatNumber() local
143 int nanpState = checkNANP(numberEntry, allIDDs); in formatNumber()
172 int internationalState = checkInternationalNumberPlan(context, numberEntry, allIDDs, in formatNumber()
241 ArrayList<String> allIDDs = IDDS_MAPS.get(mcc); in getAllIDDs() local
242 if (allIDDs != null) { in getAllIDDs()
243 return allIDDs; in getAllIDDs()
245 allIDDs = new ArrayList<String>(); in getAllIDDs()
266 if (!allIDDs.contains(idd)) { in getAllIDDs()
267 allIDDs.add(idd); in getAllIDDs()
279 IDDS_MAPS.put(mcc, allIDDs); in getAllIDDs()
[all …]