/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | OperatorInfo.java | 81 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/ |
D | CarrierInfoManager.java | 62 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()
|
D | LocaleTracker.java | 381 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()
|
D | GsmCdmaPhone.java | 429 String operatorNumeric = SystemProperties.get(PROPERTY_CDMA_HOME_OPERATOR_NUMERIC); in initRatSpecific() local 431 + "' operatorNumeric='" + operatorNumeric + "'"); in initRatSpecific() 436 if (!TextUtils.isEmpty(operatorNumeric)) { in initRatSpecific() 437 logd("init: set 'gsm.sim.operator.numeric' to operator='" + operatorNumeric + in initRatSpecific() 439 logd("update icc_operator_numeric=" + operatorNumeric); in initRatSpecific() 440 tm.setSimOperatorNumericForPhone(mPhoneId, operatorNumeric); in initRatSpecific() 442 SubscriptionController.getInstance().setMccMnc(operatorNumeric, getSubId()); in initRatSpecific() 444 setIsoCountryProperty(operatorNumeric); in initRatSpecific() 446 logd("update mccmnc=" + operatorNumeric); in initRatSpecific() 447 MccTable.updateMccMncConfiguration(mContext, operatorNumeric); in initRatSpecific() [all …]
|
D | ServiceStateTracker.java | 1744 String operatorNumeric = ((TelephonyManager) mPhone.getContext() in getImsi() local 1748 if (!TextUtils.isEmpty(operatorNumeric) && getCdmaMin() != null) { in getImsi() 1749 return (operatorNumeric + getCdmaMin()); in getImsi() 3447 String operatorNumeric = mSS.getOperatorNumeric(); in pollStateDone() local 3451 if (isInvalidOperatorNumeric(operatorNumeric)) { in pollStateDone() 3453 operatorNumeric = fixUnknownMcc(operatorNumeric, sid); in pollStateDone() 3457 tm.setNetworkOperatorNumericForPhone(mPhone.getPhoneId(), operatorNumeric); in pollStateDone() local 3464 String localeOperator = operatorNumeric; in pollStateDone() 3465 if (isInvalidOperatorNumeric(operatorNumeric)) { in pollStateDone() 3802 protected void setOperatorIdd(String operatorNumeric) { in setOperatorIdd() argument [all …]
|
D | MccTable.java | 103 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()
|
D | Phone.java | 258 public String operatorNumeric; field in Phone.NetworkSelectMessage 1368 nsm.operatorNumeric = ""; in onCheckForNetworkSelectionModeAutomatic() 1419 nsm.operatorNumeric = network.getOperatorNumeric(); in selectNetworkManually() 1458 editor.putString(NETWORK_SELECTION_KEY + subId, nsm.operatorNumeric); in updateSavedNetworkOperator()
|
D | CommandsInterface.java | 1415 void setNetworkSelectionModeManual(String operatorNumeric, int ran, Message response); in setNetworkSelectionModeManual() argument
|
D | RIL.java | 2372 public void setNetworkSelectionModeManual(String operatorNumeric, int ran, Message result) { in setNetworkSelectionModeManual() argument 2384 + " operatorNumeric = " + operatorNumeric in setNetworkSelectionModeManual() 2388 convertNullToEmptyString(operatorNumeric), halRan); in setNetworkSelectionModeManual() 2392 + " operatorNumeric = " + operatorNumeric); in setNetworkSelectionModeManual() 2395 convertNullToEmptyString(operatorNumeric)); in setNetworkSelectionModeManual()
|
D | RadioResponse.java | 2239 networkInfos.get(i).alphaShort, networkInfos.get(i).operatorNumeric, in responseOperatorInfos()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | RuimRecords.java | 649 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/ |
D | ApnSetting.java | 781 public static ApnSetting makeApnSetting(int id, String operatorNumeric, String entryName, in makeApnSetting() argument 790 .setOperatorNumeric(operatorNumeric) in makeApnSetting() 823 public static ApnSetting makeApnSetting(int id, String operatorNumeric, String entryName, in makeApnSetting() argument 830 return makeApnSetting(id, operatorNumeric, entryName, apnName, proxyAddress, proxyPort, in makeApnSetting() 1594 final String operatorNumeric = in.readString(); in readFromParcel() local 1615 return makeApnSetting(id, operatorNumeric, entryName, apnName, in readFromParcel() 1977 public Builder setOperatorNumeric(@Nullable String operatorNumeric) { in setOperatorNumeric() argument 1978 this.mOperatorNumeric = operatorNumeric; in setOperatorNumeric()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiCarrierInfoManager.java | 1270 String operatorNumeric = specifiedTm.getSimOperator(); in getMatchingImsiCarrierId() local 1271 if (operatorNumeric != null && imsiParameter.matchesMccMnc(operatorNumeric)) { in getMatchingImsiCarrierId()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCommandInterface.java | 347 public void setNetworkSelectionModeManual(String operatorNumeric, int ran, Message response) { in setNetworkSelectionModeManual() argument
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
D | SipCommandInterface.java | 348 public void setNetworkSelectionModeManual(String operatorNumeric, int ran, Message response) { in setNetworkSelectionModeManual() argument
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | SimulatedCommandsVerifier.java | 963 public void setNetworkSelectionModeManual(String operatorNumeric, int ran, Message response) { 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) {
|
/frameworks/base/telephony/java/android/telephony/ |
D | TelephonyManager.java | 8086 public boolean setNetworkSelectionModeManual(String operatorNumeric, boolean persistSelection) { in setNetworkSelectionModeManual() argument 8089 "" /* operatorAlphaLong */, "" /* operatorAlphaShort */, operatorNumeric), in setNetworkSelectionModeManual() 8115 public boolean setNetworkSelectionModeManual(@NonNull String operatorNumeric, in setNetworkSelectionModeManual() argument 8118 "" /* operatorAlphaShort */, operatorNumeric, ran), persistSelection); in setNetworkSelectionModeManual()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |