Home
last modified time | relevance | path

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

/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()
/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/apps/Settings/src/com/android/settings/network/telephony/
DCellInfoUtil.java139 String operatorNumeric = operatorInfo.getOperatorNumeric(); in convertOperatorInfoToCellInfo() local
142 if (operatorNumeric != null && operatorNumeric.matches("^[0-9]{5,6}$")) { in convertOperatorInfoToCellInfo()
143 mcc = operatorNumeric.substring(0, 3); in convertOperatorInfoToCellInfo()
144 mnc = operatorNumeric.substring(3); in convertOperatorInfoToCellInfo()
DMobileNetworkUtils.java526 final String operatorNumeric = telephonyManager.getServiceState().getOperatorNumeric(); in isTdscdmaSupported() local
529 if (numericArray == null || operatorNumeric == null) { in isTdscdmaSupported()
533 if (operatorNumeric.equals(numeric)) { in isTdscdmaSupported()