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

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DOperatorInfo.java51 getOperatorNumeric() { method in class:OperatorInfo
H A DIccRecords.java313 public String getOperatorNumeric() { method in class:IccRecords
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCDMALTEPhone.java149 nsm.operatorNumeric = network.getOperatorNumeric();
155 mCM.setNetworkSelectionModeManual(network.getOperatorNumeric(), msg);
199 String operatorNumeric = mIccRecords.getOperatorNumeric();
H A DCdmaLteServiceStateTracker.java390 operatorNumeric = ss.getOperatorNumeric();
H A DCdmaServiceStateTracker.java487 // rule = phone.mRuimRecords.getDisplayRule(ss.getOperatorNumeric());
968 operatorNumeric = ss.getOperatorNumeric();
/frameworks/base/telephony/java/android/telephony/
H A DServiceState.java334 public String getOperatorNumeric() { method in class:ServiceState
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGsmServiceStateTracker.java438 ss.getOperatorNumeric(), loc != null ? loc.getCid() : -1);
486 int rule = phone.mIccRecords.getDisplayRule(ss.getOperatorNumeric());
849 operatorNumeric = ss.getOperatorNumeric();
1216 String operatorNumeric = s.getOperatorNumeric();
H A DSIMRecords.java496 public String getOperatorNumeric() { method in class:SIMRecords
498 Log.d(LOG_TAG, "getOperatorNumeric: IMSI == null");
1253 String operator = getOperatorNumeric();
1422 if (plmn.equals(getOperatorNumeric())) {
H A DGSMPhone.java1022 nsm.operatorNumeric = network.getOperatorNumeric();
1028 mCM.setNetworkSelectionModeManual(network.getOperatorNumeric(), msg);
1327 map.put(Telephony.Carriers.NUMERIC, mIccRecords.getOperatorNumeric());
H A DGsmDataConnectionTracker.java2194 String operator = mPhone.mIccRecords.getOperatorNumeric();
2305 String operator = mPhone.mIccRecords.getOperatorNumeric();

Completed in 116 milliseconds