Searched refs:operatorNumeric (Results 1 – 7 of 7) sorted by relevance
137 String operatorNumeric = operatorInfo.getOperatorNumeric(); in convertOperatorInfoToCellInfo() local140 if (operatorNumeric != null && operatorNumeric.matches("^[0-9]{5,6}$")) { in convertOperatorInfoToCellInfo()141 mcc = operatorNumeric.substring(0, 3); in convertOperatorInfoToCellInfo()142 mnc = operatorNumeric.substring(3); in convertOperatorInfoToCellInfo()
396 String operatorNumeric = telephonyManager.getServiceState().getOperatorNumeric(); in isTdscdmaSupported() local399 if (numericArray == null || operatorNumeric == null) { in isTdscdmaSupported()403 if (operatorNumeric.equals(numeric)) { in isTdscdmaSupported()
381 String operatorNumeric = oi.getOperatorNumeric(); in getCellInfoList() local384 log("operatorNumeric: " + operatorNumeric); in getCellInfoList()385 if (operatorNumeric != null && operatorNumeric.matches("^[0-9]{5,6}$")) { in getCellInfoList()386 mcc = operatorNumeric.substring(0, 3); in getCellInfoList()387 mnc = operatorNumeric.substring(3); in getCellInfoList()
2143 String operatorNumeric = mTelephonyManager.getServiceState().getOperatorNumeric(); in isSupportTdscdma() local2146 if (numericArray.length == 0 || operatorNumeric == null) { in isSupportTdscdma()2150 if (operatorNumeric.equals(numeric)) { in isSupportTdscdma()
138 String operatorNumeric = operatorInfo.getOperatorNumeric(); in convertOperatorInfoToCellInfo() local141 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()
421 String operatorNumeric = telephonyManager.getServiceState().getOperatorNumeric(); in isTdscdmaSupported() local424 if (numericArray == null || operatorNumeric == null) { in isTdscdmaSupported()428 if (operatorNumeric.equals(numeric)) { in isTdscdmaSupported()