Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/network/telephony/
DCellInfoUtil.java112 final String operatorNumeric = operatorInfo.getOperatorNumeric(); in convertOperatorInfoToCellInfo() local
115 if (operatorNumeric != null && operatorNumeric.matches("^[0-9]{5,6}$")) { in convertOperatorInfoToCellInfo()
116 mcc = operatorNumeric.substring(0, 3); in convertOperatorInfoToCellInfo()
117 mnc = operatorNumeric.substring(3); in convertOperatorInfoToCellInfo()
DNetworkSelectSettings.java188 final String operatorNumeric = mSelectedPreference.getOperatorNumeric(); in onPreferenceTreeClick() local
193 operatorNumeric, true /* persistSelection */); in onPreferenceTreeClick()
DMobileNetworkUtils.java479 final String operatorNumeric = telephonyManager.getServiceState().getOperatorNumeric(); in isTdscdmaSupported() local
482 if (numericArray == null || operatorNumeric == null) { in isTdscdmaSupported()
486 if (operatorNumeric.equals(numeric)) { in isTdscdmaSupported()
/packages/services/Telephony/src/com/android/phone/
DCellInfoUtil.java138 String operatorNumeric = operatorInfo.getOperatorNumeric(); in convertOperatorInfoToCellInfo() local
141 if (operatorNumeric != null && operatorNumeric.matches("^[0-9]{5,6}$")) { in convertOperatorInfoToCellInfo()
142 mcc = operatorNumeric.substring(0, 3); in convertOperatorInfoToCellInfo()
143 mnc = operatorNumeric.substring(3); in convertOperatorInfoToCellInfo()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/network/telephony/
DCellInfoUtil.java138 String operatorNumeric = operatorInfo.getOperatorNumeric(); in convertOperatorInfoToCellInfo() local
141 if (operatorNumeric != null && operatorNumeric.matches("^[0-9]{5,6}$")) { in convertOperatorInfoToCellInfo()
142 mcc = operatorNumeric.substring(0, 3); in convertOperatorInfoToCellInfo()
143 mnc = operatorNumeric.substring(3); in convertOperatorInfoToCellInfo()
DMobileNetworkUtils.java396 String operatorNumeric = telephonyManager.getServiceState().getOperatorNumeric(); in isTdscdmaSupported() local
399 if (numericArray == null || operatorNumeric == null) { in isTdscdmaSupported()
403 if (operatorNumeric.equals(numeric)) { in isTdscdmaSupported()