Home
last modified time | relevance | path

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

/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.java377 final String voice_operator_numeric = ss.getOperatorNumeric(); in query()
380 final String data_operator_numeric = ss.getOperatorNumeric(); in query()
DPhoneInterfaceManager.java5272 return TextUtils.isEmpty(networkSelection.getOperatorNumeric()) in getManualNetworkSelectionPlmn()
5273 ? phone.getManualNetworkSelectionPlmn() : networkSelection.getOperatorNumeric(); in getManualNetworkSelectionPlmn()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/network/telephony/
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()
DNetworkSelectSettings.java398 String plmn = CellInfoUtil.getOperatorInfoFromCellInfo(cellInfo).getOperatorNumeric(); in aggregateCellInfoList()
DMobileNetworkUtils.java396 String operatorNumeric = telephonyManager.getServiceState().getOperatorNumeric(); in isTdscdmaSupported()
/packages/apps/Settings/src/com/android/settings/network/telephony/
DNetworkOperatorPreference.java112 if ((mForbiddenPlmns != null) && mForbiddenPlmns.contains(getOperatorNumeric())) { in refresh()
144 public String getOperatorNumeric() { in getOperatorNumeric() method in NetworkOperatorPreference
175 return CellInfoUtil.getNetworkTitle(mCellId, getOperatorNumeric()); in getOperatorName()
DCellInfoUtil.java112 final String operatorNumeric = operatorInfo.getOperatorNumeric(); in convertOperatorInfoToCellInfo()
DNetworkSelectSettings.java188 final String operatorNumeric = mSelectedPreference.getOperatorNumeric(); in onPreferenceTreeClick()
DMobileNetworkUtils.java479 final String operatorNumeric = telephonyManager.getServiceState().getOperatorNumeric(); in isTdscdmaSupported()
/packages/services/Telephony/tests/src/com/android/phone/
DServiceStateProviderTest.java168 final String voiceOperatorNumeric = ss.getOperatorNumeric(); in verifyServiceStateForSubId()
171 final String dataOperatorNumeric = ss.getOperatorNumeric(); in verifyServiceStateForSubId()
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionService.java1962 phone.getServiceState().getOperatorNumeric())) { in possiblyOverrideDefaultDataForEmergencyCall()