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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneSubInfo.java163 public String getMsisdn(String callingPackage) { method in class:PhoneSubInfo
164 if (!checkReadPhoneState(callingPackage, "getMsisdn")) {
167 return mPhone.getMsisdn();
H A DPhoneSubInfoController.java153 public String getMsisdn(String callingPackage) { method in class:PhoneSubInfoController
160 return phoneSubInfoProxy.getMsisdn(callingPackage);
162 Rlog.e(TAG,"getMsisdn phoneSubInfoProxy is" +
H A DPhoneSubInfoProxy.java98 public String getMsisdn(String callingPackage) { method in class:PhoneSubInfoProxy
99 return mPhoneSubInfo.getMsisdn(callingPackage);
H A DPhone.java984 * and {@link #getMsisdn()} will return the MSISDN on CDMA/LTE phones.<p>
1488 String getMsisdn(); method in interface:Phone
H A DPhoneBase.java2120 public String getMsisdn() { method in class:PhoneBase
2121 logUnexpectedGsmMethodCall("getMsisdn");
H A DPhoneProxy.java1124 public String getMsisdn() { method in class:PhoneProxy
1125 return mActivePhone.getMsisdn();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMALTEPhone.java262 public String getMsisdn() { method in class:CDMALTEPhone
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java1096 public String getMsisdn() { method in class:GSMPhone
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java2242 public String getMsisdn() { method in class:TelephonyManager
2243 return getMsisdn(getDefaultSubscription());
2256 public String getMsisdn(int subId) { method in class:TelephonyManager

Completed in 95 milliseconds