Home
last modified time | relevance | path

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

/frameworks/base/telephony/common/com/android/internal/telephony/
DSmsNumberUtils.java146 ArrayList<String> allIDDs = getAllIDDs(context, activeMcc); in formatNumber() local
149 int nanpState = checkNANP(numberEntry, allIDDs); in formatNumber()
178 int internationalState = checkInternationalNumberPlan(context, numberEntry, allIDDs, in formatNumber()
248 ArrayList<String> allIDDs = IDDS_MAPS.get(mcc); in getAllIDDs() local
249 if (allIDDs != null) { in getAllIDDs()
250 return allIDDs; in getAllIDDs()
252 allIDDs = new ArrayList<String>(); in getAllIDDs()
273 if (!allIDDs.contains(idd)) { in getAllIDDs()
274 allIDDs.add(idd); in getAllIDDs()
286 IDDS_MAPS.put(mcc, allIDDs); in getAllIDDs()
[all …]