HomeSort by relevance Sort by last modified time
    Searched refs:operatorNumeric (Results 1 - 16 of 16) sorted by null

  /frameworks/base/telephony/java/com/android/internal/telephony/
OperatorInfo.java 62 String operatorNumeric,
67 mOperatorNumeric = operatorNumeric;
75 String operatorNumeric,
78 operatorNumeric, rilStateToState(stateString));
83 String operatorNumeric) {
84 this(operatorAlphaLong, operatorAlphaShort, operatorNumeric, State.UNKNOWN);
150 in.readString(), /*operatorNumeric*/
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
ServiceStateTracker.java     [all...]
GsmCdmaPhone.java 297 String operatorNumeric = SystemProperties.get(PROPERTY_CDMA_HOME_OPERATOR_NUMERIC);
299 + "' operatorNumeric='" + operatorNumeric + "'");
306 if (!TextUtils.isEmpty(operatorNumeric)) {
307 logd("init: set 'gsm.sim.operator.numeric' to operator='" + operatorNumeric +
309 logd("update icc_operator_numeric=" + operatorNumeric);
310 tm.setSimOperatorNumericForPhone(mPhoneId, operatorNumeric);
312 SubscriptionController.getInstance().setMccMnc(operatorNumeric, getSubId());
314 setIsoCountryProperty(operatorNumeric);
316 logd("update mccmnc=" + operatorNumeric);
    [all...]
Phone.java 209 * the carrier selection process. operatorNumeric can be ""
215 public String operatorNumeric;
    [all...]
CommandsInterface.java     [all...]
RIL.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
RuimRecords.java 634 String operatorNumeric = getRUIMOperatorNumeric();
635 if (operatorNumeric != null) {
636 if (operatorNumeric.length() <= 6) {
637 log("update mccmnc=" + operatorNumeric);
638 MccTable.updateMccMncConfiguration(mContext, operatorNumeric, false);
642 String operatorNumeric = getRUIMOperatorNumeric();
643 log("NO update mccmnc=" + operatorNumeric);
    [all...]
  /packages/services/Telephony/src/com/android/phone/
MobileNetworkSettings.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCommandInterface.java 322 String operatorNumeric, Message response) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipCommandInterface.java 323 String operatorNumeric, Message response) {
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
UsimDataDownloadCommands.java.broken 435 public void setNetworkSelectionModeManual(String operatorNumeric, Message response) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedCommandsVerifier.java 930 public void setNetworkSelectionModeManual(String operatorNumeric, Message response) {
SimulatedCommands.java     [all...]
  /external/robolectric/v3/runtime/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-4.4_r1-robolectric-1.jar 

Completed in 676 milliseconds