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

/frameworks/base/core/java/android/net/
H A DNetworkIdentity.java116 public String getSubscriberId() { method in class:NetworkIdentity
H A DNetworkTemplate.java247 public String getSubscriberId() { method in class:NetworkTemplate
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneSubInfo.java101 public String getSubscriberId() { method in class:PhoneSubInfo
103 return mPhone.getSubscriberId();
H A DPhoneSubInfoController.java96 public String getSubscriberId() { method in class:PhoneSubInfoController
103 return phoneSubInfoProxy.getSubscriberId();
105 Rlog.e(TAG,"getSubscriberId phoneSubInfoProxy is" +
H A DPhoneSubInfoProxy.java59 public String getSubscriberId() { method in class:PhoneSubInfoProxy
60 return mPhoneSubInfo.getSubscriberId();
H A DPhoneProxy.java1041 public String getSubscriberId() { method in class:PhoneProxy
1042 return mActivePhone.getSubscriberId();
H A DPhone.java1400 String getSubscriberId(); method in interface:Phone
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMALTEPhone.java230 public String getSubscriberId() { method in class:CDMALTEPhone
H A DCDMAPhone.java606 public String getSubscriberId() { method in class:CDMAPhone
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneBase.java334 public String getSubscriberId() { method in class:ImsPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java297 public String getSubscriberId() { method in class:SipPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java950 setVmSimImsi(getSubscriberId());
1056 public String getSubscriberId() { method in class:GSMPhone
1455 String imsiFromSIM = getSubscriberId();
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java1798 public String getSubscriberId() { method in class:TelephonyManager
1799 return getSubscriberId(getDefaultSubscription());
1813 public String getSubscriberId(int subId) { method in class:TelephonyManager

Completed in 173 milliseconds