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