Searched refs:operatorNumeric (Results 1 – 5 of 5) sorted by relevance
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()
396 String operatorNumeric = telephonyManager.getServiceState().getOperatorNumeric(); in isTdscdmaSupported() local399 if (numericArray == null || operatorNumeric == null) { in isTdscdmaSupported()403 if (operatorNumeric.equals(numeric)) { in isTdscdmaSupported()
139 String operatorNumeric = operatorInfo.getOperatorNumeric(); in convertOperatorInfoToCellInfo() local142 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()
526 final String operatorNumeric = telephonyManager.getServiceState().getOperatorNumeric(); in isTdscdmaSupported() local529 if (numericArray == null || operatorNumeric == null) { in isTdscdmaSupported()533 if (operatorNumeric.equals(numeric)) { in isTdscdmaSupported()