/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 | ServiceStateTracker.java | 1356 String operatorNumeric = ((TelephonyManager) mPhone.getContext(). in getImsi() local 1360 if (!TextUtils.isEmpty(operatorNumeric) && getCdmaMin() != null) { in getImsi() 1361 return (operatorNumeric + getCdmaMin()); in getImsi() 2619 String operatorNumeric; in pollStateDoneGsm() local 2626 operatorNumeric = mSS.getOperatorNumeric(); in pollStateDoneGsm() 2627 tm.setNetworkOperatorNumericForPhone(mPhone.getPhoneId(), operatorNumeric); in pollStateDoneGsm() local 2628 updateCarrierMccMncConfiguration(operatorNumeric, in pollStateDoneGsm() 2630 if (operatorNumeric == null) { in pollStateDoneGsm() 2639 mcc = operatorNumeric.substring(0, 3); in pollStateDoneGsm() 2679 if (shouldFixTimeZoneNow(mPhone, operatorNumeric, prevOperatorNumeric, in pollStateDoneGsm() [all …]
|
D | GsmCdmaPhone.java | 297 String operatorNumeric = SystemProperties.get(PROPERTY_CDMA_HOME_OPERATOR_NUMERIC); in initRatSpecific() local 299 + "' operatorNumeric='" + operatorNumeric + "'"); in initRatSpecific() 306 if (!TextUtils.isEmpty(operatorNumeric)) { in initRatSpecific() 307 logd("init: set 'gsm.sim.operator.numeric' to operator='" + operatorNumeric + in initRatSpecific() 309 logd("update icc_operator_numeric=" + operatorNumeric); in initRatSpecific() 310 tm.setSimOperatorNumericForPhone(mPhoneId, operatorNumeric); in initRatSpecific() 312 SubscriptionController.getInstance().setMccMnc(operatorNumeric, getSubId()); in initRatSpecific() 314 setIsoCountryProperty(operatorNumeric); in initRatSpecific() 316 logd("update mccmnc=" + operatorNumeric); in initRatSpecific() 317 MccTable.updateMccMncConfiguration(mContext, operatorNumeric, false); in initRatSpecific() [all …]
|
D | Phone.java | 215 public String operatorNumeric; field in Phone.NetworkSelectMessage 1122 nsm.operatorNumeric = ""; in onCheckForNetworkSelectionModeAutomatic() 1163 nsm.operatorNumeric = network.getOperatorNumeric(); in selectNetworkManually() 1201 editor.putString(NETWORK_SELECTION_KEY + subId, nsm.operatorNumeric); in updateSavedNetworkOperator()
|
D | CommandsInterface.java | 1264 void setNetworkSelectionModeManual(String operatorNumeric, Message response); in setNetworkSelectionModeManual() argument
|
D | RIL.java | 1872 setNetworkSelectionModeManual(String operatorNumeric, Message response) { in setNetworkSelectionModeManual() argument 1878 + " " + operatorNumeric); in setNetworkSelectionModeManual() 1880 rr.mParcel.writeString(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 | 322 String operatorNumeric, Message response) { in setNetworkSelectionModeManual() argument
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
D | SipCommandInterface.java | 323 String operatorNumeric, Message response) { in setNetworkSelectionModeManual() argument
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/ |
D | SimulatedCommandsVerifier.java | 930 public void setNetworkSelectionModeManual(String operatorNumeric, Message response) { in setNetworkSelectionModeManual() argument
|
D | SimulatedCommands.java | 1333 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) {
|