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.java5688 int twoDigitResult = countMccMncInCarrierList(context, mcc + twoDigitMnc); in getBestStringMnc()
5689 int threeDigitResult = countMccMncInCarrierList(context, mcc + threeDigitMnc); in getBestStringMnc()
5702 private static int countMccMncInCarrierList(Context ctx, String mccMncCombo) { in countMccMncInCarrierList() method in TelephonyProvider