Searched refs:operatorName (Results 1 – 8 of 8) sorted by relevance
160 String operatorName = mTm.getSimOperatorName(); in onManageMobilePlanClick() local161 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()
403 public boolean copsResponse(BluetoothDevice device, String operatorName) { in copsResponse() argument404 return copsResponseNative(operatorName, Utils.getByteAddress(device)); in copsResponse()493 private native boolean copsResponseNative(String operatorName, byte[] address); in copsResponseNative() argument
1680 String operatorName = mSystemInterface.getNetworkOperator(); in processAtCops() local1681 if (operatorName == null) { in processAtCops()1682 operatorName = ""; in processAtCops()1684 mNativeInterface.copsResponse(device, operatorName); in processAtCops()
122 final TextView operatorName = view.findViewById(R.id.operator_name_value); in populateView() local124 operatorName.setText(serviceState.getOperatorAlphaLong()); in populateView()
154 final TextView operatorName = view.findViewById(R.id.operator_name_value); in populateView() local156 operatorName.setText(serviceState.getOperatorAlphaLong()); in populateView()
196 private TextView operatorName; field in RadioInfo450 operatorName = (TextView) findViewById(R.id.operator); in onCreate()727 operatorName.setText(""); in unregisterPhoneStateListener()1028 operatorName.setText(serviceState.getOperatorAlphaLong()); in updateServiceState()
185 private TextView operatorName; field in RadioInfo418 operatorName = (TextView) findViewById(R.id.operator); in onCreate()930 operatorName.setText(serviceState.getOperatorAlphaLong()); in updateServiceState()