Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DIPhoneSubInfo.aidl44 String getImeiForSubscriber(int subId); in getImeiForSubscriber() method
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneSubInfoProxy.java161 public String getImeiForSubscriber(int subId) throws RemoteException { in getImeiForSubscriber() method in PhoneSubInfoProxy
DPhoneSubInfoController.java71 public String getImeiForSubscriber(int subId) { in getImeiForSubscriber() method in PhoneSubInfoController
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java676 return getSubscriberInfo().getImeiForSubscriber(subId[0]); in getImei()