Searched defs:getOperatorNumeric (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DOperatorInfo.java51 getOperatorNumeric() { method in class:OperatorInfo
/frameworks/base/telephony/java/android/telephony/
H A DServiceState.java692 public String getOperatorNumeric() { method in class:ServiceState
/frameworks/base/telephony/java/android/telephony/data/
H A DApnSetting.java473 public String getOperatorNumeric() { method in class:ApnSetting
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccRecords.java805 public String getOperatorNumeric() { method in class:IccRecords
H A DSIMRecords.java102 + " getOperatorNumeric=" + getOperatorNumeric();
609 public String getOperatorNumeric() { method in class:SIMRecords
612 log("getOperatorNumeric: IMSI == null");
1559 String operator = getOperatorNumeric();
1771 : isOnMatchingPlmn(serviceState.getOperatorNumeric())) {
1808 if (plmn.equals(getOperatorNumeric())) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaPhone.java2676 String operatorNumeric = getOperatorNumeric();
3507 private String getOperatorNumeric() { method in class:GsmCdmaPhone
3512 operatorNumeric = r.getOperatorNumeric();
3529 operatorNumeric = curIccRecords.getOperatorNumeric();
3539 loge("getOperatorNumeric: Cannot retrieve operatorNumeric:"
3545 logd("getOperatorNumeric: mCdmaSubscriptionSource = " + mCdmaSubscriptionSource

Completed in 166 milliseconds