Searched refs:getOperatorNumeric (Results 1 – 13 of 13) sorted by relevance
25 import com.android.settings.network.telephony.CellInfoUtil.getOperatorNumeric122 val operatorNumeric = CELL_IDENTITY_CDMA.getOperatorNumeric() in getOperatorNumeric_cdma()129 val operatorNumeric = CELL_IDENTITY_GSM.getOperatorNumeric() in getOperatorNumeric_gsm()
42 import com.android.settings.network.telephony.CellInfoUtil.getOperatorNumeric78 fun isForbiddenNetwork(): Boolean = cellId?.getOperatorNumeric() in forbiddenPlmns in isSameCell()125 cellId?.getOperatorNumeric(), in getOperatorName()
42 val operatorNumeric = getOperatorNumeric() ?: return null in <lambda>()75 fun CellIdentity.getOperatorNumeric(): String? { in <lambda>() method
335 CellInfoUtil.getOperatorNumeric(cellInfo.getCellIdentity()))) in filterOutSatellitePlmn()
556 (serviceState != null) ? serviceState.getOperatorNumeric() : null; in isTdscdmaSupported()
91 return bidiFormatter.unicodeWrap(oi.getOperatorNumeric(), TextDirectionHeuristics.LTR); in getNetworkTitle()138 String operatorNumeric = operatorInfo.getOperatorNumeric(); in convertOperatorInfoToCellInfo()163 String plmn = CellInfoUtil.getOperatorInfoFromCellInfo(cellInfo).getOperatorNumeric(); in isForbidden()
478 final String voice_operator_numeric = ss.getOperatorNumeric(); in query()481 final String data_operator_numeric = ss.getOperatorNumeric(); in query()
1034 updateDataRoamingStatusForFeatureDisabled(serviceState.getOperatorNumeric()); in handleServiceStateChanged()1099 String roamingNumeric = serviceState.getOperatorNumeric(); in updateDataRoamingStatus()1274 ? roamingOperatorNumeric : phone.getServiceState().getOperatorNumeric())) { in updateDataRoamingStatusForFeatureDisabled()
1095 (serviceState != null) ? serviceState.getOperatorNumeric() : null; in isTdscdmaSupported()
6853 return TextUtils.isEmpty(networkSelection.getOperatorNumeric()) in getManualNetworkSelectionPlmn()6854 ? phone.getManualNetworkSelectionPlmn() : networkSelection.getOperatorNumeric(); in getManualNetworkSelectionPlmn()
442 assertEquals(ss.getOperatorNumeric(), in verifyServiceStateWithPublicColumns()462 final String voiceOperatorNumeric = hasLocation ? ss.getOperatorNumeric() : null; in verifyServiceStateForSubId()465 final String dataOperatorNumeric = hasLocation ? ss.getOperatorNumeric() : null; in verifyServiceStateForSubId()
1876 String operatorNumeric = mPhone.getOperatorNumeric();1900 capableProviderBundle.putIntArray(mPhone.getOperatorNumeric(), new int[]{
3694 phone.getServiceState().getOperatorNumeric())) { in possiblyOverrideDefaultDataForEmergencyCall()