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.java112 public String getSubscriberId(String callingPackage) { method in class:PhoneSubInfo
113 if (!checkReadPhoneState(callingPackage, "getSubscriberId")) {
116 return mPhone.getSubscriberId();
H A DPhoneSubInfoController.java90 public String getSubscriberId(String callingPackage) { method in class:PhoneSubInfoController
97 return phoneSubInfoProxy.getSubscriberId(callingPackage);
99 Rlog.e(TAG,"getSubscriberId phoneSubInfoProxy is" +
H A DPhoneSubInfoProxy.java59 public String getSubscriberId(String callingPackage) { method in class:PhoneSubInfoProxy
60 return mPhoneSubInfo.getSubscriberId(callingPackage);
H A DPhone.java1437 String getSubscriberId(); method in interface:Phone
H A DPhoneProxy.java1094 public String getSubscriberId() { method in class:PhoneProxy
1095 return mActivePhone.getSubscriberId();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMALTEPhone.java230 public String getSubscriberId() { method in class:CDMALTEPhone
H A DCDMAPhone.java627 public String getSubscriberId() { method in class:CDMAPhone
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneBase.java328 public String getSubscriberId() { method in class:ImsPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java298 public String getSubscriberId() { method in class:SipPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java966 setVmSimImsi(getSubscriberId());
1072 public String getSubscriberId() { method in class:GSMPhone
1499 String imsiFromSIM = getSubscriberId();
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java1993 public String getSubscriberId() { method in class:TelephonyManager
1994 return getSubscriberId(getDefaultSubscription());
2008 public String getSubscriberId(int subId) { method in class:TelephonyManager

Completed in 268 milliseconds