Searched defs:getSubscriberId (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/core/java/android/net/
H A DNetworkIdentity.java121 public String getSubscriberId() { method in class:NetworkIdentity
H A DNetworkTemplate.java265 public String getSubscriberId() { method in class:NetworkTemplate
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneSubInfoController.java123 public String getSubscriberId(String callingPackage) { method in class:PhoneSubInfoController
130 if (!checkReadPhoneState(callingPackage, "getSubscriberId")) {
133 return phone.getSubscriberId();
135 loge("getSubscriberId phone is null for Subscription:" + subId);
H A DPhoneInternalInterface.java745 String getSubscriberId(); method in interface:PhoneInternalInterface
H A DGsmCdmaPhone.java1266 setVmSimImsi(getSubscriberId());
1424 public String getSubscriberId() { method in class:GsmCdmaPhone
2149 String imsiFromSIM = getSubscriberId();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneBase.java333 public String getSubscriberId() { method in class:ImsPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java296 public String getSubscriberId() { method in class:SipPhoneBase
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java2145 public String getSubscriberId() { method in class:TelephonyManager
2146 return getSubscriberId(getSubId());
2160 public String getSubscriberId(int subId) { method in class:TelephonyManager
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DPhoneMock.java1288 public String getSubscriberId() { method in class:PhoneMock

Completed in 2344 milliseconds