Home
last modified time | relevance | path

Searched refs:operatorName (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Settings/src/com/android/settings/network/
DMobilePlanPreferenceController.java160 String operatorName = mTm.getSimOperatorName(); in onManageMobilePlanClick() local
161 if (TextUtils.isEmpty(operatorName)) { in onManageMobilePlanClick()
164 operatorName = mTm.getNetworkOperatorName(); in onManageMobilePlanClick()
165 if (TextUtils.isEmpty(operatorName)) { in onManageMobilePlanClick()
170 R.string.mobile_no_provisioning_url, operatorName); in onManageMobilePlanClick()
174 resources.getString(R.string.mobile_no_provisioning_url, operatorName); in onManageMobilePlanClick()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/network/
DMobilePlanPreferenceController.java160 String operatorName = mTm.getSimOperatorName(); in onManageMobilePlanClick() local
161 if (TextUtils.isEmpty(operatorName)) { in onManageMobilePlanClick()
164 operatorName = mTm.getNetworkOperatorName(); in onManageMobilePlanClick()
165 if (TextUtils.isEmpty(operatorName)) { in onManageMobilePlanClick()
170 R.string.mobile_no_provisioning_url, operatorName); in onManageMobilePlanClick()
174 resources.getString(R.string.mobile_no_provisioning_url, operatorName); in onManageMobilePlanClick()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetNativeInterface.java403 public boolean copsResponse(BluetoothDevice device, String operatorName) { in copsResponse() argument
404 return copsResponseNative(operatorName, Utils.getByteAddress(device)); in copsResponse()
493 private native boolean copsResponseNative(String operatorName, byte[] address); in copsResponseNative() argument
DHeadsetStateMachine.java1680 String operatorName = mSystemInterface.getNetworkOperator(); in processAtCops() local
1681 if (operatorName == null) { in processAtCops()
1682 operatorName = ""; in processAtCops()
1684 mNativeInterface.copsResponse(device, operatorName); in processAtCops()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/network/telephony/
DRenameMobileNetworkDialogFragment.java122 final TextView operatorName = view.findViewById(R.id.operator_name_value); in populateView() local
124 operatorName.setText(serviceState.getOperatorAlphaLong()); in populateView()
/packages/apps/Settings/src/com/android/settings/network/telephony/
DRenameMobileNetworkDialogFragment.java154 final TextView operatorName = view.findViewById(R.id.operator_name_value); in populateView() local
156 operatorName.setText(serviceState.getOperatorAlphaLong()); in populateView()
/packages/apps/Settings/src/com/android/settings/
DRadioInfo.java196 private TextView operatorName; field in RadioInfo
450 operatorName = (TextView) findViewById(R.id.operator); in onCreate()
727 operatorName.setText(""); in unregisterPhoneStateListener()
1028 operatorName.setText(serviceState.getOperatorAlphaLong()); in updateServiceState()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DRadioInfo.java185 private TextView operatorName; field in RadioInfo
418 operatorName = (TextView) findViewById(R.id.operator); in onCreate()
930 operatorName.setText(serviceState.getOperatorAlphaLong()); in updateServiceState()