Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/
DWirelessSettings.java152 String operatorName = mTm.getSimOperatorName(); in onManageMobilePlanClick() local
153 if (TextUtils.isEmpty(operatorName)) { in onManageMobilePlanClick()
156 operatorName = mTm.getNetworkOperatorName(); in onManageMobilePlanClick()
157 if (TextUtils.isEmpty(operatorName)) { in onManageMobilePlanClick()
162 R.string.mobile_no_provisioning_url, operatorName); in onManageMobilePlanClick()
166 R.string.mobile_no_provisioning_url, operatorName); in onManageMobilePlanClick()
DRadioInfo.java160 private TextView operatorName; field in RadioInfo
350 operatorName = (TextView) findViewById(R.id.operator); in onCreate()
795 operatorName.setText(serviceState.getOperatorAlphaLong()); in updateServiceState()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetStateMachine.java2892 String operatorName = mPhoneProxy.getNetworkOperator(); in processAtCops() local
2893 if (operatorName == null) { in processAtCops()
2894 operatorName = ""; in processAtCops()
2896 copsResponseNative(operatorName, getByteAddress(device)); in processAtCops()
3447 private native boolean copsResponseNative(String operatorName, byte[] address); in copsResponseNative() argument