Home
last modified time | relevance | path

Searched refs:getMsisdnForSubscriber (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
DIPhoneSubInfo.aidl118 String getMsisdnForSubscriber(int subId); in getMsisdnForSubscriber() method
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneSubInfoController.java160 return getMsisdnForSubscriber(getDefaultSubscription()); in getMsisdn()
163 public String getMsisdnForSubscriber(int subId) { in getMsisdnForSubscriber() method in PhoneSubInfoController
DPhoneSubInfoProxy.java209 public String getMsisdnForSubscriber(int subId) throws RemoteException { in getMsisdnForSubscriber() method in PhoneSubInfoProxy
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java2031 return getSubscriberInfo().getMsisdnForSubscriber(subId); in getMsisdn()