Home
last modified time | relevance | path

Searched refs:getOperatorNumeric (Results 1 – 13 of 13) sorted by relevance

/packages/apps/Settings/tests/unit/src/com/android/settings/network/telephony/
DCellInfoUtilTest.kt25 import com.android.settings.network.telephony.CellInfoUtil.getOperatorNumeric
122 val operatorNumeric = CELL_IDENTITY_CDMA.getOperatorNumeric() in getOperatorNumeric_cdma()
129 val operatorNumeric = CELL_IDENTITY_GSM.getOperatorNumeric() in getOperatorNumeric_gsm()
/packages/apps/Settings/src/com/android/settings/network/telephony/
DNetworkOperatorPreference.kt42 import com.android.settings.network.telephony.CellInfoUtil.getOperatorNumeric
78 fun isForbiddenNetwork(): Boolean = cellId?.getOperatorNumeric() in forbiddenPlmns in isSameCell()
125 cellId?.getOperatorNumeric(), in getOperatorName()
DCellInfoUtil.kt42 val operatorNumeric = getOperatorNumeric() ?: return null in <lambda>()
75 fun CellIdentity.getOperatorNumeric(): String? { in <lambda>() method
DNetworkSelectSettings.java335 CellInfoUtil.getOperatorNumeric(cellInfo.getCellIdentity()))) in filterOutSatellitePlmn()
DMobileNetworkUtils.java556 (serviceState != null) ? serviceState.getOperatorNumeric() : null; in isTdscdmaSupported()
/packages/services/Telephony/src/com/android/phone/
DCellInfoUtil.java91 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()
DServiceStateProvider.java478 final String voice_operator_numeric = ss.getOperatorNumeric(); in query()
481 final String data_operator_numeric = ss.getOperatorNumeric(); in query()
DPhoneGlobals.java1034 updateDataRoamingStatusForFeatureDisabled(serviceState.getOperatorNumeric()); in handleServiceStateChanged()
1099 String roamingNumeric = serviceState.getOperatorNumeric(); in updateDataRoamingStatus()
1274 ? roamingOperatorNumeric : phone.getServiceState().getOperatorNumeric())) { in updateDataRoamingStatusForFeatureDisabled()
DNotificationMgr.java1095 (serviceState != null) ? serviceState.getOperatorNumeric() : null; in isTdscdmaSupported()
DPhoneInterfaceManager.java6853 return TextUtils.isEmpty(networkSelection.getOperatorNumeric()) in getManualNetworkSelectionPlmn()
6854 ? phone.getManualNetworkSelectionPlmn() : networkSelection.getOperatorNumeric(); in getManualNetworkSelectionPlmn()
/packages/services/Telephony/tests/src/com/android/phone/
DServiceStateProviderTest.java442 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()
/packages/services/Telephony/src/com/android/phone/settings/
DRadioInfo.java1876 String operatorNumeric = mPhone.getOperatorNumeric();
1900 capableProviderBundle.putIntArray(mPhone.getOperatorNumeric(), new int[]{
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionService.java3694 phone.getServiceState().getOperatorNumeric())) { in possiblyOverrideDefaultDataForEmergencyCall()