/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | OperatorInfo.java | 75 String operatorNumeric, in OperatorInfo() argument 80 mOperatorNumeric = operatorNumeric; in OperatorInfo() 89 String operatorNumeric, in OperatorInfo() argument 92 operatorNumeric, rilStateToState(stateString)); in OperatorInfo() 98 String operatorNumeric) { in OperatorInfo() argument 99 this(operatorAlphaLong, operatorAlphaShort, operatorNumeric, State.UNKNOWN); in OperatorInfo()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | GsmCdmaPhone.java | 392 String operatorNumeric = SystemProperties.get(PROPERTY_CDMA_HOME_OPERATOR_NUMERIC); in initRatSpecific() local 394 + "' operatorNumeric='" + operatorNumeric + "'"); in initRatSpecific() 399 if (!TextUtils.isEmpty(operatorNumeric)) { in initRatSpecific() 400 logd("init: set 'gsm.sim.operator.numeric' to operator='" + operatorNumeric + in initRatSpecific() 402 logd("update icc_operator_numeric=" + operatorNumeric); in initRatSpecific() 403 tm.setSimOperatorNumericForPhone(mPhoneId, operatorNumeric); in initRatSpecific() 405 SubscriptionController.getInstance().setMccMnc(operatorNumeric, getSubId()); in initRatSpecific() 407 setIsoCountryProperty(operatorNumeric); in initRatSpecific() 409 logd("update mccmnc=" + operatorNumeric); in initRatSpecific() 410 MccTable.updateMccMncConfiguration(mContext, operatorNumeric); in initRatSpecific() [all …]
|
D | LocaleTracker.java | 272 public void updateOperatorNumeric(String operatorNumeric) { in updateOperatorNumeric() argument 274 if (!Objects.equals(mOperatorNumeric, operatorNumeric)) { in updateOperatorNumeric() 275 String msg = "Operator numeric changes to \"" + operatorNumeric + "\""; in updateOperatorNumeric() 278 mOperatorNumeric = operatorNumeric; in updateOperatorNumeric()
|
D | ServiceStateTracker.java | 1651 String operatorNumeric = ((TelephonyManager) mPhone.getContext(). in getImsi() local 1655 if (!TextUtils.isEmpty(operatorNumeric) && getCdmaMin() != null) { in getImsi() 1656 return (operatorNumeric + getCdmaMin()); in getImsi() 3267 String operatorNumeric = mSS.getOperatorNumeric(); in pollStateDone() local 3271 if (isInvalidOperatorNumeric(operatorNumeric)) { in pollStateDone() 3273 operatorNumeric = fixUnknownMcc(operatorNumeric, sid); in pollStateDone() 3277 tm.setNetworkOperatorNumericForPhone(mPhone.getPhoneId(), operatorNumeric); in pollStateDone() local 3279 if (isInvalidOperatorNumeric(operatorNumeric)) { in pollStateDone() 3280 if (DBG) log("operatorNumeric " + operatorNumeric + " is invalid"); in pollStateDone() 3292 setOperatorIdd(operatorNumeric); in pollStateDone() [all …]
|
D | Phone.java | 270 public String operatorNumeric; field in Phone.NetworkSelectMessage 1337 nsm.operatorNumeric = ""; in onCheckForNetworkSelectionModeAutomatic() 1388 nsm.operatorNumeric = network.getOperatorNumeric(); in selectNetworkManually() 1426 editor.putString(NETWORK_SELECTION_KEY + subId, nsm.operatorNumeric); in updateSavedNetworkOperator()
|
D | CommandsInterface.java | 1334 void setNetworkSelectionModeManual(String operatorNumeric, Message response); in setNetworkSelectionModeManual() argument
|
D | RIL.java | 1989 public void setNetworkSelectionModeManual(String operatorNumeric, Message result) { in setNetworkSelectionModeManual() argument 1997 + " operatorNumeric = " + operatorNumeric); in setNetworkSelectionModeManual() 2002 convertNullToEmptyString(operatorNumeric)); in setNetworkSelectionModeManual()
|
D | RadioResponse.java | 1999 networkInfos.get(i).alphaShort, networkInfos.get(i).operatorNumeric, in responseOperatorInfos()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | RuimRecords.java | 652 String operatorNumeric = getRUIMOperatorNumeric(); in handleMessage() local 653 if (operatorNumeric != null) { in handleMessage() 654 if (operatorNumeric.length() <= 6) { in handleMessage() 655 log("update mccmnc=" + operatorNumeric); in handleMessage() 656 MccTable.updateMccMncConfiguration(mContext, operatorNumeric); in handleMessage() 660 String operatorNumeric = getRUIMOperatorNumeric(); in handleMessage() local 661 log("NO update mccmnc=" + operatorNumeric); in handleMessage()
|
/frameworks/base/telephony/java/android/telephony/data/ |
D | ApnSetting.java | 676 public static ApnSetting makeApnSetting(int id, String operatorNumeric, String entryName, in makeApnSetting() argument 685 .setOperatorNumeric(operatorNumeric) in makeApnSetting() 718 public static ApnSetting makeApnSetting(int id, String operatorNumeric, String entryName, in makeApnSetting() argument 725 return makeApnSetting(id, operatorNumeric, entryName, apnName, proxyAddress, proxyPort, in makeApnSetting() 1477 final String operatorNumeric = in.readString(); in readFromParcel() local 1498 return makeApnSetting(id, operatorNumeric, entryName, apnName, in readFromParcel() 1860 public Builder setOperatorNumeric(@Nullable String operatorNumeric) { in setOperatorNumeric() argument 1861 this.mOperatorNumeric = operatorNumeric; in setOperatorNumeric()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
D | SipCommandInterface.java | 338 String operatorNumeric, Message response) { in setNetworkSelectionModeManual() argument
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCommandInterface.java | 337 String operatorNumeric, Message response) { in setNetworkSelectionModeManual() argument
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/ |
D | SimulatedCommandsVerifier.java | 947 public void setNetworkSelectionModeManual(String operatorNumeric, Message response) { in setNetworkSelectionModeManual() argument
|
D | SimulatedCommands.java | 1395 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) {
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |