Searched refs:operatorNumeric (Results 1 – 3 of 3) 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()
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()
506 final String operatorNumeric = in isTdscdmaSupported() local510 if (numericArray == null || operatorNumeric == null) { in isTdscdmaSupported()514 if (operatorNumeric.equals(numeric)) { in isTdscdmaSupported()