Searched refs:allIDDs (Results 1 – 1 of 1) sorted by relevance
146 ArrayList<String> allIDDs = getAllIDDs(context, activeMcc); in formatNumber() local149 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() local249 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 …]