Home
last modified time | relevance | path

Searched defs: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
248 ArrayList<String> allIDDs = IDDS_MAPS.get(mcc); in getAllIDDs() local
301 private static int checkNANP(NumberEntry numberEntry, ArrayList<String> allIDDs) { in checkNANP()
412 ArrayList<String> allIDDs,String homeIDD) { in checkInternationalNumberPlan()