Searched refs:operatorName (Results 1 – 3 of 3) sorted by relevance
152 String operatorName = mTm.getSimOperatorName(); in onManageMobilePlanClick() local153 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()
160 private TextView operatorName; field in RadioInfo350 operatorName = (TextView) findViewById(R.id.operator); in onCreate()795 operatorName.setText(serviceState.getOperatorAlphaLong()); in updateServiceState()
2892 String operatorName = mPhoneProxy.getNetworkOperator(); in processAtCops() local2893 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