Searched refs:getOperatorNumeric (Results 1 - 15 of 15) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DOperatorInfo.java51 getOperatorNumeric() { method in class:OperatorInfo
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMALTEPhone.java209 String operatorNumeric = getOperatorNumeric();
404 public String getOperatorNumeric() { method in class:CDMALTEPhone
412 operatorNumeric = curIccRecords.getOperatorNumeric();
422 Rlog.e(LOG_TAG, "getOperatorNumeric: Cannot retrieve operatorNumeric:"
427 Rlog.d(LOG_TAG, "getOperatorNumeric: mCdmaSubscriptionSource = " + mCdmaSubscriptionSource
H A DCdmaLteServiceStateTracker.java186 operatorNumeric = mNewSS.getOperatorNumeric();
190 operatorNumeric = mSS.getOperatorNumeric();
484 operatorNumeric = mSS.getOperatorNumeric();
H A DCdmaServiceStateTracker.java1136 } else if (isNonRoamingInGsmNetwork(b, mNewSS.getOperatorNumeric())
1139 + mNewSS.getOperatorNumeric() + ", " + systemId);
1141 } else if (isRoamingInGsmNetwork(b, mNewSS.getOperatorNumeric())
1144 + mNewSS.getOperatorNumeric() + ", " + systemId);
1276 operatorNumeric = mSS.getOperatorNumeric();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmServiceStateTracker.java454 mSS.getOperatorNumeric(), loc != null ? loc.getCid() : -1);
588 int rule = (iccRecords != null) ? iccRecords.getDisplayRule(mSS.getOperatorNumeric()) : 0;
897 } else if (isNonRoamingInGsmNetwork(b, mNewSS.getOperatorNumeric())) {
899 + mNewSS.getOperatorNumeric());
901 } else if (isRoamingInGsmNetwork(b, mNewSS.getOperatorNumeric())) {
903 + mNewSS.getOperatorNumeric());
1161 operatorNumeric = mSS.getOperatorNumeric();
1570 String operatorNumeric = s.getOperatorNumeric();
1592 String operatorNumeric = s.getOperatorNumeric();
1609 String operatorNumeric = s.getOperatorNumeric();
[all...]
H A DGSMPhone.java1697 String operatorNumeric = getOperatorNumeric();
1932 public String getOperatorNumeric() { method in class:GSMPhone
1936 operatorNumeric = r.getOperatorNumeric();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DSIMRecords.java105 + " getOperatorNumeric=" + getOperatorNumeric();
595 public String getOperatorNumeric() { method in class:SIMRecords
597 log("getOperatorNumeric: IMSI == null");
1458 String operator = getOperatorNumeric();
1662 if (plmn.equals(getOperatorNumeric())) {
H A DIccRecords.java572 public String getOperatorNumeric() { method in class:IccRecords
H A DIccCardProxy.java259 String operator = mIccRecords.getOperatorNumeric();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneBase.java1029 nsm.operatorNumeric = network.getOperatorNumeric();
1034 mCi.setNetworkSelectionModeManual(network.getOperatorNumeric(), msg);
1120 if (networkSelection == null || TextUtils.isEmpty(networkSelection.getOperatorNumeric())) {
H A DSubscriptionInfoUpdater.java384 String operator = records.getOperatorNumeric();
H A DServiceStateTracker.java779 String currentNetwork = mSS.getOperatorNumeric();
/frameworks/base/telephony/java/android/telephony/
H A DServiceState.java581 public String getOperatorNumeric() { method in class:ServiceState
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTracker.java2239 String operator = (r != null) ? r.getOperatorNumeric() : "";
2441 String operator = (r != null) ? r.getOperatorNumeric() : "";
H A DDcTrackerBase.java701 String operator = (r != null) ? r.getOperatorNumeric() : "";

Completed in 329 milliseconds