Searched defs:getOperatorNumeric (Results 1 - 5 of 5) 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/uicc/
H A DIccRecords.java661 public String getOperatorNumeric() { method in class:IccRecords
H A DSIMRecords.java109 + " getOperatorNumeric=" + getOperatorNumeric();
621 public String getOperatorNumeric() { method in class:SIMRecords
624 log("getOperatorNumeric: IMSI == null");
1604 String operator = getOperatorNumeric();
1644 setSpnFromConfig(getOperatorNumeric());
1851 if (plmn.equals(getOperatorNumeric())) {
/frameworks/base/telephony/java/android/telephony/
H A DServiceState.java630 public String getOperatorNumeric() { method in class:ServiceState
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaPhone.java2567 String operatorNumeric = getOperatorNumeric();
3374 private String getOperatorNumeric() { method in class:GsmCdmaPhone
3379 operatorNumeric = r.getOperatorNumeric();
3388 operatorNumeric = curIccRecords.getOperatorNumeric();
3398 loge("getOperatorNumeric: Cannot retrieve operatorNumeric:"
3404 logd("getOperatorNumeric: mCdmaSubscriptionSource = " + mCdmaSubscriptionSource

Completed in 315 milliseconds