Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DOperatorInfo.java81 String operatorNumeric, in OperatorInfo() argument
86 mOperatorNumeric = operatorNumeric; in OperatorInfo()
93 String operatorNumeric, in OperatorInfo() argument
96 this (operatorAlphaLong, operatorAlphaShort, operatorNumeric, state); in OperatorInfo()
103 String operatorNumeric, in OperatorInfo() argument
106 operatorNumeric, rilStateToState(stateString)); in OperatorInfo()
111 String operatorNumeric, in OperatorInfo() argument
113 this (operatorAlphaLong, operatorAlphaShort, operatorNumeric); in OperatorInfo()
120 String operatorNumeric) { in OperatorInfo() argument
121 this(operatorAlphaLong, operatorAlphaShort, operatorNumeric, State.UNKNOWN); in OperatorInfo()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierInfoManager.java62 String operatorNumeric) { in getCarrierInfoForImsiEncryption() argument
65 if (!TextUtils.isEmpty(operatorNumeric)) { in getCarrierInfoForImsiEncryption()
66 mcc = operatorNumeric.substring(0, 3); in getCarrierInfoForImsiEncryption()
67 mnc = operatorNumeric.substring(3); in getCarrierInfoForImsiEncryption()
70 Log.e(LOG_TAG, "Invalid networkOperator: " + operatorNumeric); in getCarrierInfoForImsiEncryption()
DLocaleTracker.java381 public void updateOperatorNumeric(String operatorNumeric) { in updateOperatorNumeric() argument
382 if (TextUtils.isEmpty(operatorNumeric)) { in updateOperatorNumeric()
386 updateOperatorNumericImmediate(operatorNumeric); in updateOperatorNumeric()
390 private void updateOperatorNumericImmediate(String operatorNumeric) { in updateOperatorNumericImmediate() argument
392 if (!operatorNumeric.equals(mOperatorNumeric)) { in updateOperatorNumericImmediate()
393 String msg = "Operator numeric changes to \"" + operatorNumeric + "\""; in updateOperatorNumericImmediate()
396 mOperatorNumeric = operatorNumeric; in updateOperatorNumericImmediate()
DGsmCdmaPhone.java431 String operatorNumeric = SystemProperties.get(PROPERTY_CDMA_HOME_OPERATOR_NUMERIC); in initRatSpecific() local
433 + "' operatorNumeric='" + operatorNumeric + "'"); in initRatSpecific()
438 if (!TextUtils.isEmpty(operatorNumeric)) { in initRatSpecific()
439 logd("init: set 'gsm.sim.operator.numeric' to operator='" + operatorNumeric + in initRatSpecific()
441 logd("update icc_operator_numeric=" + operatorNumeric); in initRatSpecific()
442 tm.setSimOperatorNumericForPhone(mPhoneId, operatorNumeric); in initRatSpecific()
444 SubscriptionController.getInstance().setMccMnc(operatorNumeric, getSubId()); in initRatSpecific()
449 iso = MccTable.countryCodeForMcc(operatorNumeric.substring(0, 3)); in initRatSpecific()
459 logd("update mccmnc=" + operatorNumeric); in initRatSpecific()
460 MccTable.updateMccMncConfiguration(mContext, operatorNumeric); in initRatSpecific()
[all …]
DServiceStateTracker.java1755 String operatorNumeric = ((TelephonyManager) mPhone.getContext(). in getImsi() local
1759 if (!TextUtils.isEmpty(operatorNumeric) && getCdmaMin() != null) { in getImsi()
1760 return (operatorNumeric + getCdmaMin()); in getImsi()
3460 String operatorNumeric = mSS.getOperatorNumeric(); in pollStateDone() local
3464 if (isInvalidOperatorNumeric(operatorNumeric)) { in pollStateDone()
3466 operatorNumeric = fixUnknownMcc(operatorNumeric, sid); in pollStateDone()
3470 tm.setNetworkOperatorNumericForPhone(mPhone.getPhoneId(), operatorNumeric); in pollStateDone() local
3477 String localeOperator = operatorNumeric; in pollStateDone()
3478 if (isInvalidOperatorNumeric(operatorNumeric)) { in pollStateDone()
3815 protected void setOperatorIdd(String operatorNumeric) { in setOperatorIdd() argument
[all …]
DMccTable.java103 public static MccMnc fromOperatorNumeric(@NonNull String operatorNumeric) { in fromOperatorNumeric() argument
104 Objects.requireNonNull(operatorNumeric); in fromOperatorNumeric()
107 mcc = operatorNumeric.substring(0, 3); in fromOperatorNumeric()
114 mnc = operatorNumeric.substring(3); in fromOperatorNumeric()
DPhone.java258 public String operatorNumeric; field in Phone.NetworkSelectMessage
1372 nsm.operatorNumeric = ""; in onCheckForNetworkSelectionModeAutomatic()
1423 nsm.operatorNumeric = network.getOperatorNumeric(); in selectNetworkManually()
1461 editor.putString(NETWORK_SELECTION_KEY + subId, nsm.operatorNumeric); in updateSavedNetworkOperator()
DCommandsInterface.java1417 void setNetworkSelectionModeManual(String operatorNumeric, int ran, Message response); in setNetworkSelectionModeManual() argument
DRIL.java2373 public void setNetworkSelectionModeManual(String operatorNumeric, int ran, Message result) { in setNetworkSelectionModeManual() argument
2385 + " operatorNumeric = " + operatorNumeric in setNetworkSelectionModeManual()
2389 convertNullToEmptyString(operatorNumeric), halRan); in setNetworkSelectionModeManual()
2393 + " operatorNumeric = " + operatorNumeric); in setNetworkSelectionModeManual()
2396 convertNullToEmptyString(operatorNumeric)); in setNetworkSelectionModeManual()
DRadioResponse.java2239 networkInfos.get(i).alphaShort, networkInfos.get(i).operatorNumeric, in responseOperatorInfos()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DRuimRecords.java649 String operatorNumeric = getRUIMOperatorNumeric(); in handleMessage() local
650 if (operatorNumeric != null) { in handleMessage()
651 if (operatorNumeric.length() <= 6) { in handleMessage()
652 log("update mccmnc=" + operatorNumeric); in handleMessage()
653 MccTable.updateMccMncConfiguration(mContext, operatorNumeric); in handleMessage()
657 String operatorNumeric = getRUIMOperatorNumeric(); in handleMessage() local
658 log("NO update mccmnc=" + operatorNumeric); in handleMessage()
/frameworks/base/telephony/java/android/telephony/data/
DApnSetting.java778 public static ApnSetting makeApnSetting(int id, String operatorNumeric, String entryName, in makeApnSetting() argument
787 .setOperatorNumeric(operatorNumeric) in makeApnSetting()
820 public static ApnSetting makeApnSetting(int id, String operatorNumeric, String entryName, in makeApnSetting() argument
827 return makeApnSetting(id, operatorNumeric, entryName, apnName, proxyAddress, proxyPort, in makeApnSetting()
1591 final String operatorNumeric = in.readString(); in readFromParcel() local
1612 return makeApnSetting(id, operatorNumeric, entryName, apnName, in readFromParcel()
1976 public Builder setOperatorNumeric(@Nullable String operatorNumeric) { in setOperatorNumeric() argument
1977 this.mOperatorNumeric = operatorNumeric; in setOperatorNumeric()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java347 public void setNetworkSelectionModeManual(String operatorNumeric, int ran, Message response) { in setNetworkSelectionModeManual() argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCommandInterface.java348 public void setNetworkSelectionModeManual(String operatorNumeric, int ran, Message response) { in setNetworkSelectionModeManual() argument
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DUsimDataDownloadCommands.java.broken435 public void setNetworkSelectionModeManual(String operatorNumeric, Message response) {
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommandsVerifier.java963 public void setNetworkSelectionModeManual(String operatorNumeric, int ran, Message response) { in setNetworkSelectionModeManual() argument
DSimulatedCommands.java1431 public void setNetworkSelectionModeManual(String operatorNumeric, int ran, Message result) { in setNetworkSelectionModeManual() argument
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java7771 public boolean setNetworkSelectionModeManual(String operatorNumeric, boolean persistSelection) { in setNetworkSelectionModeManual() argument
7774 "" /* operatorAlphaLong */, "" /* operatorAlphaShort */, operatorNumeric), in setNetworkSelectionModeManual()
7800 public boolean setNetworkSelectionModeManual(@NonNull String operatorNumeric, in setNetworkSelectionModeManual() argument
7803 "" /* operatorAlphaShort */, operatorNumeric, ran), persistSelection); in setNetworkSelectionModeManual()