Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/network/telephony/
DNetworkOperatorPreference.java114 return ((mForbiddenPlmns != null) && mForbiddenPlmns.contains(getOperatorNumeric())); in isForbiddenNetwork()
153 public String getOperatorNumeric() { in getOperatorNumeric() method in NetworkOperatorPreference
184 return CellInfoUtil.getNetworkTitle(mCellId, getOperatorNumeric()); in getOperatorName()
193 getOperatorNumeric(), getAccessNetworkTypeFromCellInfo(mCellInfo)); in getOperatorInfo()
DCellInfoUtil.java112 final String operatorNumeric = operatorInfo.getOperatorNumeric(); in convertOperatorInfoToCellInfo()
DMobileNetworkUtils.java544 (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.java477 final String voice_operator_numeric = ss.getOperatorNumeric(); in query()
480 final String data_operator_numeric = ss.getOperatorNumeric(); in query()
DPhoneGlobals.java901 updateDataRoamingStatus(serviceState.getOperatorNumeric()); in handleServiceStateChanged()
DNotificationMgr.java1032 (serviceState != null) ? serviceState.getOperatorNumeric() : null; in isTdscdmaSupported()
DPhoneInterfaceManager.java6376 return TextUtils.isEmpty(networkSelection.getOperatorNumeric()) in getManualNetworkSelectionPlmn()
6377 ? phone.getManualNetworkSelectionPlmn() : networkSelection.getOperatorNumeric(); in getManualNetworkSelectionPlmn()
/packages/services/Telephony/tests/src/com/android/phone/
DServiceStateProviderTest.java437 assertEquals(ss.getOperatorNumeric(), in verifyServiceStateWithPublicColumns()
457 final String voiceOperatorNumeric = hasLocation ? ss.getOperatorNumeric() : null; in verifyServiceStateForSubId()
460 final String dataOperatorNumeric = hasLocation ? ss.getOperatorNumeric() : null; in verifyServiceStateForSubId()
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionService.java3173 phone.getServiceState().getOperatorNumeric())) { in possiblyOverrideDefaultDataForEmergencyCall()