Searched refs:getMsisdn (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DIPhoneSubInfo.aidl59 String getMsisdn();
/frameworks/opt/telephony/src/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 DPhone.java853 * and {@link #getMsisdn()} will return the MSISDN on CDMA/LTE phones.<p>
1357 String getMsisdn(); method in interface:Phone
H A DPhoneProxy.java795 public String getMsisdn() { method in class:PhoneProxy
796 return mActivePhone.getMsisdn();
H A DPhoneBase.java1150 public String getMsisdn() { method in class:PhoneBase
1151 logUnexpectedGsmMethodCall("getMsisdn");
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java899 public String getMsisdn() { method in class:TelephonyManager
901 return getSubscriberInfo().getMsisdn();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMALTEPhone.java251 public String getMsisdn() { method in class:CDMALTEPhone
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java865 public String getMsisdn() { method in class:GSMPhone

Completed in 178 milliseconds