Home
last modified time | relevance | path

Searched refs:operatorNumeric (Results 1 – 13 of 13) 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/
DGsmCdmaPhone.java298 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 …]
DServiceStateTracker.java1496 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 …]
DPhone.java229 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()
DCommandsInterface.java1271 void setNetworkSelectionModeManual(String operatorNumeric, Message response); in setNetworkSelectionModeManual() argument
DRadioResponse.java1490 networkInfos.get(i).alphaShort, networkInfos.get(i).operatorNumeric, in responseOperatorInfos()
DRIL.java1769 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/
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.java324 String operatorNumeric, Message response) { in setNetworkSelectionModeManual() argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCommandInterface.java325 String operatorNumeric, Message response) { in setNetworkSelectionModeManual() argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommandsVerifier.java933 public void setNetworkSelectionModeManual(String operatorNumeric, Message response) { in setNetworkSelectionModeManual() argument
DSimulatedCommands.java1330 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) {