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();
501 operatorNumeric = mSS.getOperatorNumeric();
H A DCdmaServiceStateTracker.java1143 } else if (isNonRoamingInGsmNetwork(b, mNewSS.getOperatorNumeric())
1146 + mNewSS.getOperatorNumeric() + ", " + systemId);
1148 } else if (isRoamingInGsmNetwork(b, mNewSS.getOperatorNumeric())
1151 + mNewSS.getOperatorNumeric() + ", " + systemId);
1283 operatorNumeric = mSS.getOperatorNumeric();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmServiceStateTracker.java460 mSS.getOperatorNumeric(), loc != null ? loc.getCid() : -1);
594 int rule = (iccRecords != null) ? iccRecords.getDisplayRule(mSS.getOperatorNumeric()) : 0;
903 } else if (isNonRoamingInGsmNetwork(b, mNewSS.getOperatorNumeric())) {
905 + mNewSS.getOperatorNumeric());
907 } else if (isRoamingInGsmNetwork(b, mNewSS.getOperatorNumeric())) {
909 + mNewSS.getOperatorNumeric());
1167 operatorNumeric = mSS.getOperatorNumeric();
1576 String operatorNumeric = s.getOperatorNumeric();
1598 String operatorNumeric = s.getOperatorNumeric();
1615 String operatorNumeric = s.getOperatorNumeric();
[all...]
H A DGSMPhone.java1722 String operatorNumeric = getOperatorNumeric();
1941 public String getOperatorNumeric() { method in class:GSMPhone
1945 operatorNumeric = r.getOperatorNumeric();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DSIMRecords.java103 + " getOperatorNumeric=" + getOperatorNumeric();
594 public String getOperatorNumeric() { method in class:SIMRecords
596 log("getOperatorNumeric: IMSI == null");
1452 String operator = getOperatorNumeric();
1660 if (plmn.equals(getOperatorNumeric())) {
H A DIccRecords.java578 public String getOperatorNumeric() { method in class:IccRecords
H A DIccCardProxy.java259 String operator = mIccRecords.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/
H A DSubscriptionInfoUpdater.java384 String operator = records.getOperatorNumeric();
H A DPhoneBase.java1061 nsm.operatorNumeric = network.getOperatorNumeric();
1066 mCi.setNetworkSelectionModeManual(network.getOperatorNumeric(), msg);
1167 if (networkSelection == null || TextUtils.isEmpty(networkSelection.getOperatorNumeric())) {
H A DServiceStateTracker.java779 String currentNetwork = mSS.getOperatorNumeric();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTracker.java2258 String operator = (r != null) ? r.getOperatorNumeric() : "";
2460 String operator = (r != null) ? r.getOperatorNumeric() : "";
H A DDcTrackerBase.java702 String operator = (r != null) ? r.getOperatorNumeric() : "";

Completed in 210 milliseconds