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

/frameworks/opt/telephony/src/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.java154 nsm.operatorNumeric = network.getOperatorNumeric();
160 mCi.setNetworkSelectionModeManual(network.getOperatorNumeric(), msg);
225 String operatorNumeric = mSimRecords.getOperatorNumeric();
H A DCdmaLteServiceStateTracker.java139 operatorNumeric = mNewSS.getOperatorNumeric();
143 operatorNumeric = mSS.getOperatorNumeric();
407 operatorNumeric = mSS.getOperatorNumeric();
H A DCdmaServiceStateTracker.java1071 operatorNumeric = mSS.getOperatorNumeric();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmServiceStateTracker.java450 mSS.getOperatorNumeric(), loc != null ? loc.getCid() : -1);
521 int rule = (iccRecords != null) ? iccRecords.getDisplayRule(mSS.getOperatorNumeric()) : 0;
949 operatorNumeric = mSS.getOperatorNumeric();
1339 String operatorNumeric = s.getOperatorNumeric();
1361 String operatorNumeric = s.getOperatorNumeric();
1378 String operatorNumeric = s.getOperatorNumeric();
H A DGSMPhone.java1082 nsm.operatorNumeric = network.getOperatorNumeric();
1088 mCi.setNetworkSelectionModeManual(network.getOperatorNumeric(), msg);
1456 map.put(Telephony.Carriers.NUMERIC, r.getOperatorNumeric());
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccRecords.java449 public String getOperatorNumeric() { method in class:IccRecords
H A DSIMRecords.java101 + " getOperatorNumeric=" + getOperatorNumeric();
545 public String getOperatorNumeric() { method in class:SIMRecords
547 log("getOperatorNumeric: IMSI == null");
1333 String operator = getOperatorNumeric();
1502 if (plmn.equals(getOperatorNumeric())) {
/frameworks/base/telephony/java/android/telephony/
H A DServiceState.java414 public String getOperatorNumeric() { method in class:ServiceState
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTracker.java1961 String operator = (r != null) ? r.getOperatorNumeric() : "";
2046 String operator = (r != null) ? r.getOperatorNumeric() : "";
H A DDcTrackerBase.java620 String operator = (r != null) ? r.getOperatorNumeric() : "";

Completed in 129 milliseconds