Searched refs:operatorNumeric (Results 1 – 4 of 4) 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()
1046 final String operatorNumeric = in isTdscdmaSupported() local1048 if (operatorNumeric == null) { in isTdscdmaSupported()1052 if (operatorNumeric.equals(numeric)) { in isTdscdmaSupported()
112 final String operatorNumeric = operatorInfo.getOperatorNumeric(); in convertOperatorInfoToCellInfo() local115 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()
542 final String operatorNumeric = in isTdscdmaSupported() local544 if (operatorNumeric == null) { in isTdscdmaSupported()548 if (operatorNumeric.equals(numeric)) { in isTdscdmaSupported()