/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()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | GsmCdmaPhone.java | 298 String operatorNumeric = SystemProperties.get(PROPERTY_CDMA_HOME_OPERATOR_NUMERIC); in initRatSpecific() local 300 + "' operatorNumeric='" + operatorNumeric + "'"); in initRatSpecific() 307 if (!TextUtils.isEmpty(operatorNumeric)) { in initRatSpecific() 308 logd("init: set 'gsm.sim.operator.numeric' to operator='" + operatorNumeric + in initRatSpecific() 310 logd("update icc_operator_numeric=" + operatorNumeric); in initRatSpecific() 311 tm.setSimOperatorNumericForPhone(mPhoneId, operatorNumeric); in initRatSpecific() 313 SubscriptionController.getInstance().setMccMnc(operatorNumeric, getSubId()); in initRatSpecific() 315 setIsoCountryProperty(operatorNumeric); in initRatSpecific() 317 logd("update mccmnc=" + operatorNumeric); in initRatSpecific() 318 MccTable.updateMccMncConfiguration(mContext, operatorNumeric, false); in initRatSpecific() [all …]
|
D | ServiceStateTracker.java | 1496 String operatorNumeric = ((TelephonyManager) mPhone.getContext(). in getImsi() local 1500 if (!TextUtils.isEmpty(operatorNumeric) && getCdmaMin() != null) { in getImsi() 1501 return (operatorNumeric + getCdmaMin()); in getImsi() 2777 String operatorNumeric = mSS.getOperatorNumeric(); in pollStateDone() local 2781 if (isInvalidOperatorNumeric(operatorNumeric)) { in pollStateDone() 2783 operatorNumeric = fixUnknownMcc(operatorNumeric, sid); in pollStateDone() 2787 tm.setNetworkOperatorNumericForPhone(mPhone.getPhoneId(), operatorNumeric); in pollStateDone() local 2788 updateCarrierMccMncConfiguration(operatorNumeric, in pollStateDone() 2790 if (isInvalidOperatorNumeric(operatorNumeric)) { in pollStateDone() 2791 if (DBG) log("operatorNumeric " + operatorNumeric + " is invalid"); in pollStateDone() [all …]
|
D | Phone.java | 229 public String operatorNumeric; field in Phone.NetworkSelectMessage 1164 nsm.operatorNumeric = ""; in onCheckForNetworkSelectionModeAutomatic() 1209 nsm.operatorNumeric = network.getOperatorNumeric(); in selectNetworkManually() 1247 editor.putString(NETWORK_SELECTION_KEY + subId, nsm.operatorNumeric); in updateSavedNetworkOperator()
|
D | CommandsInterface.java | 1271 void setNetworkSelectionModeManual(String operatorNumeric, Message response); in setNetworkSelectionModeManual() argument
|
D | RadioResponse.java | 1490 networkInfos.get(i).alphaShort, networkInfos.get(i).operatorNumeric, in responseOperatorInfos()
|
D | RIL.java | 1769 public void setNetworkSelectionModeManual(String operatorNumeric, Message result) { in setNetworkSelectionModeManual() argument 1777 + " operatorNumeric = " + operatorNumeric); in setNetworkSelectionModeManual() 1782 convertNullToEmptyString(operatorNumeric)); in setNetworkSelectionModeManual()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | RuimRecords.java | 634 String operatorNumeric = getRUIMOperatorNumeric(); in handleMessage() local 635 if (operatorNumeric != null) { in handleMessage() 636 if (operatorNumeric.length() <= 6) { in handleMessage() 637 log("update mccmnc=" + operatorNumeric); in handleMessage() 638 MccTable.updateMccMncConfiguration(mContext, operatorNumeric, false); in handleMessage() 642 String operatorNumeric = getRUIMOperatorNumeric(); in handleMessage() local 643 log("NO update mccmnc=" + operatorNumeric); in handleMessage()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCommandInterface.java | 324 String operatorNumeric, Message response) { in setNetworkSelectionModeManual() argument
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
D | SipCommandInterface.java | 325 String operatorNumeric, Message response) { in setNetworkSelectionModeManual() argument
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/ |
D | SimulatedCommandsVerifier.java | 933 public void setNetworkSelectionModeManual(String operatorNumeric, Message response) { in setNetworkSelectionModeManual() argument
|
D | SimulatedCommands.java | 1330 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) {
|