Home
last modified time | relevance | path

Searched refs:operatorNumeric (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
DOperatorInfo.java62 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/
DServiceStateTracker.java1356 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 …]
DGsmCdmaPhone.java297 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 …]
DPhone.java215 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()
DCommandsInterface.java1264 void setNetworkSelectionModeManual(String operatorNumeric, Message response); in setNetworkSelectionModeManual() argument
DRIL.java1872 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/
DRuimRecords.java634 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/
DImsPhoneCommandInterface.java322 String operatorNumeric, Message response) { in setNetworkSelectionModeManual() argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCommandInterface.java323 String operatorNumeric, Message response) { in setNetworkSelectionModeManual() argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommandsVerifier.java930 public void setNetworkSelectionModeManual(String operatorNumeric, Message response) { in setNetworkSelectionModeManual() argument
DSimulatedCommands.java1333 String operatorNumeric, Message result) {unimplemented(result);} in setNetworkSelectionModeManual() argument
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DUsimDataDownloadCommands.java.broken435 public void setNetworkSelectionModeManual(String operatorNumeric, Message response) {