/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | OperatorInfo.java | 62 String operatorNumeric, in OperatorInfo() argument 67 mOperatorNumeric = operatorNumeric; in OperatorInfo() 75 String operatorNumeric, in OperatorInfo() argument 78 operatorNumeric, rilStateToState(stateString)); in OperatorInfo() 83 String operatorNumeric) { in OperatorInfo() argument 84 this(operatorAlphaLong, operatorAlphaShort, operatorNumeric, State.UNKNOWN); in OperatorInfo()
|
D | ITelephony.aidl | 886 boolean setNetworkSelectionModeManual(int subId, in String operatorNumeric, in setNetworkSelectionModeManual() argument
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | LocaleTracker.java | 262 public synchronized void updateOperatorNumericSync(String operatorNumeric) { in updateOperatorNumericSync() argument 264 if (DBG) log("updateOperatorNumericSync. mcc/mnc=" + operatorNumeric); in updateOperatorNumericSync() 265 if (!Objects.equals(mOperatorNumeric, operatorNumeric)) { in updateOperatorNumericSync() 266 String msg = "Operator numeric changes to " + operatorNumeric; in updateOperatorNumericSync() 269 mOperatorNumeric = operatorNumeric; in updateOperatorNumericSync() 296 public void updateOperatorNumericAsync(String operatorNumeric) { in updateOperatorNumericAsync() argument 297 if (DBG) log("updateOperatorNumericAsync. mcc/mnc=" + operatorNumeric); in updateOperatorNumericAsync() 298 sendMessage(obtainMessage(EVENT_UPDATE_OPERATOR_NUMERIC, operatorNumeric)); in updateOperatorNumericAsync()
|
D | GsmCdmaPhone.java | 324 String operatorNumeric = SystemProperties.get(PROPERTY_CDMA_HOME_OPERATOR_NUMERIC); in initRatSpecific() local 326 + "' operatorNumeric='" + operatorNumeric + "'"); in initRatSpecific() 331 if (!TextUtils.isEmpty(operatorNumeric)) { in initRatSpecific() 332 logd("init: set 'gsm.sim.operator.numeric' to operator='" + operatorNumeric + in initRatSpecific() 334 logd("update icc_operator_numeric=" + operatorNumeric); in initRatSpecific() 335 tm.setSimOperatorNumericForPhone(mPhoneId, operatorNumeric); in initRatSpecific() 337 SubscriptionController.getInstance().setMccMnc(operatorNumeric, getSubId()); in initRatSpecific() 339 setIsoCountryProperty(operatorNumeric); in initRatSpecific() 341 logd("update mccmnc=" + operatorNumeric); in initRatSpecific() 342 MccTable.updateMccMncConfiguration(mContext, operatorNumeric, false); in initRatSpecific() [all …]
|
D | ServiceStateTracker.java | 1528 String operatorNumeric = ((TelephonyManager) mPhone.getContext(). in getImsi() local 1532 if (!TextUtils.isEmpty(operatorNumeric) && getCdmaMin() != null) { in getImsi() 1533 return (operatorNumeric + getCdmaMin()); in getImsi() 2932 String operatorNumeric = mSS.getOperatorNumeric(); in pollStateDone() local 2936 if (isInvalidOperatorNumeric(operatorNumeric)) { in pollStateDone() 2938 operatorNumeric = fixUnknownMcc(operatorNumeric, sid); in pollStateDone() 2942 tm.setNetworkOperatorNumericForPhone(mPhone.getPhoneId(), operatorNumeric); in pollStateDone() local 2944 if (isInvalidOperatorNumeric(operatorNumeric)) { in pollStateDone() 2945 if (DBG) log("operatorNumeric " + operatorNumeric + " is invalid"); in pollStateDone() 2958 setOperatorIdd(operatorNumeric); in pollStateDone() [all …]
|
D | Phone.java | 244 public String operatorNumeric; field in Phone.NetworkSelectMessage 1209 nsm.operatorNumeric = ""; in onCheckForNetworkSelectionModeAutomatic() 1259 nsm.operatorNumeric = network.getOperatorNumeric(); in selectNetworkManually() 1297 editor.putString(NETWORK_SELECTION_KEY + subId, nsm.operatorNumeric); in updateSavedNetworkOperator()
|
D | CommandsInterface.java | 1279 void setNetworkSelectionModeManual(String operatorNumeric, Message response); in setNetworkSelectionModeManual() argument
|
D | RIL.java | 1662 public void setNetworkSelectionModeManual(String operatorNumeric, Message result) { in setNetworkSelectionModeManual() argument 1670 + " operatorNumeric = " + operatorNumeric); in setNetworkSelectionModeManual() 1675 convertNullToEmptyString(operatorNumeric)); in setNetworkSelectionModeManual()
|
D | RadioResponse.java | 1801 networkInfos.get(i).alphaShort, networkInfos.get(i).operatorNumeric, in responseOperatorInfos()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | RuimRecords.java | 644 String operatorNumeric = getRUIMOperatorNumeric(); in handleMessage() local 645 if (operatorNumeric != null) { in handleMessage() 646 if (operatorNumeric.length() <= 6) { in handleMessage() 647 log("update mccmnc=" + operatorNumeric); in handleMessage() 648 MccTable.updateMccMncConfiguration(mContext, operatorNumeric, false); in handleMessage() 652 String operatorNumeric = getRUIMOperatorNumeric(); in handleMessage() local 653 log("NO update mccmnc=" + operatorNumeric); in handleMessage()
|
/frameworks/base/telephony/java/android/telephony/data/ |
D | ApnSetting.java | 569 public static ApnSetting makeApnSetting(int id, String operatorNumeric, String entryName, in makeApnSetting() argument 577 .setOperatorNumeric(operatorNumeric) in makeApnSetting() 1015 final String operatorNumeric = in.readString(); in readFromParcel() local 1033 return makeApnSetting(id, operatorNumeric, entryName, apnName, in readFromParcel() 1349 public Builder setOperatorNumeric(String operatorNumeric) { in setOperatorNumeric() argument 1350 this.mOperatorNumeric = operatorNumeric; in setOperatorNumeric()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCommandInterface.java | 337 String operatorNumeric, Message response) { in setNetworkSelectionModeManual() argument
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
D | SipCommandInterface.java | 338 String operatorNumeric, Message response) { in setNetworkSelectionModeManual() argument
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/ |
D | SimulatedCommandsVerifier.java | 947 public void setNetworkSelectionModeManual(String operatorNumeric, Message response) { in setNetworkSelectionModeManual() argument
|
D | SimulatedCommands.java | 1395 String operatorNumeric, Message result) {unimplemented(result);} in setNetworkSelectionModeManual() argument
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
D | UsimDataDownloadCommands.java.broken | 435 public void setNetworkSelectionModeManual(String operatorNumeric, Message response) {
|