Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneSubInfoController.java154 return getMsisdnForSubscriber(getDefaultSubscription(), callingPackage); in getMsisdn()
157 public String getMsisdnForSubscriber(int subId, String callingPackage) { in getMsisdnForSubscriber() method in PhoneSubInfoController
DPhoneSubInfoProxy.java212 public String getMsisdnForSubscriber(int subId, String callingPackage) throws RemoteException { in getMsisdnForSubscriber() method in PhoneSubInfoProxy
/frameworks/base/telephony/java/com/android/internal/telephony/
DIPhoneSubInfo.aidl118 String getMsisdnForSubscriber(int subId, String callingPackage); in getMsisdnForSubscriber() method
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java2251 return info.getMsisdnForSubscriber(subId, getOpPackageName()); in getMsisdn()