Searched defs:getMsisdn (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DPhoneSubInfoProxy.java80 public String getMsisdn() { method in class:PhoneSubInfoProxy
81 return mPhoneSubInfo.getMsisdn();
H A DPhoneSubInfo.java110 public String getMsisdn() { method in class:PhoneSubInfo
112 return mPhone.getMsisdn();
H A DPhoneBase.java1085 public String getMsisdn() { method in class:PhoneBase
1086 logUnexpectedGsmMethodCall("getMsisdn");
H A DPhoneProxy.java776 public String getMsisdn() { method in class:PhoneProxy
777 return mActivePhone.getMsisdn();
H A DPhone.java937 * and {@link #getMsisdn()} will return the MSISDN on CDMA/LTE phones.<p>
1441 String getMsisdn(); method in interface:Phone
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCDMALTEPhone.java247 public String getMsisdn() { method in class:CDMALTEPhone
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java776 public String getMsisdn() { method in class:TelephonyManager
778 return getSubscriberInfo().getMsisdn();
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java863 public String getMsisdn() { method in class:GSMPhone

Completed in 131 milliseconds