Home
last modified time | relevance | path

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

/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DTelephonyProvider.java4978 int threeDigitResult = countMccMncInCarrierList(context, mcc + threeDigitMnc); in getBestStringMnc() local
4980 if ((threeDigitResult > twoDigitResult) || in getBestStringMnc()
4981 (threeDigitNetworkCode && (twoDigitResult == threeDigitResult))) { in getBestStringMnc()