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

/frameworks/base/core/java/android/net/
H A DNetworkIdentity.java140 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.java124 public String getSubscriberId(String callingPackage) { method in class:PhoneSubInfoController
131 if (!checkReadPhoneState(callingPackage, "getSubscriberId")) {
134 return phone.getSubscriberId();
136 loge("getSubscriberId phone is null for Subscription:" + subId);
H A DPhoneInternalInterface.java744 String getSubscriberId(); method in interface:PhoneInternalInterface
H A DGsmCdmaPhone.java1358 setVmSimImsi(getSubscriberId());
1502 public String getSubscriberId() { method in class:GsmCdmaPhone
2248 String imsiFromSIM = getSubscriberId();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneBase.java336 public String getSubscriberId() { method in class:ImsPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java303 public String getSubscriberId() { method in class:SipPhoneBase
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DPhoneMock.java1299 public String getSubscriberId() { method in class:PhoneMock
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java2300 public String getSubscriberId() { method in class:TelephonyManager
2301 return getSubscriberId(getSubId());
2313 public String getSubscriberId(int subId) { method in class:TelephonyManager

Completed in 167 milliseconds