Home
last modified time | relevance | path

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

/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DTelephonyProvider.java4977 int twoDigitResult = countMccMncInCarrierList(context, mcc + twoDigitMnc); in getBestStringMnc()
4978 int threeDigitResult = countMccMncInCarrierList(context, mcc + threeDigitMnc); in getBestStringMnc()
4991 private static int countMccMncInCarrierList(Context ctx, String mccMncCombo) { in countMccMncInCarrierList() method in TelephonyProvider