Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DIPhoneSubInfo.aidl33 String getNaiForSubscriber(int subId); in getNaiForSubscriber() method
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneSubInfoProxy.java173 public String getNaiForSubscriber(int subId) throws RemoteException { in getNaiForSubscriber() method in PhoneSubInfoProxy
DPhoneSubInfoController.java60 public String getNaiForSubscriber(int subId) { in getNaiForSubscriber() method in PhoneSubInfoController
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java702 String nai = getSubscriberInfo().getNaiForSubscriber(subId[0]); in getNai()