Home
last modified time | relevance | path

Searched refs:twoDigitResult (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() local
5691 if ((threeDigitResult > twoDigitResult) || in getBestStringMnc()
5692 (threeDigitNetworkCode && (twoDigitResult == threeDigitResult))) { in getBestStringMnc()