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, String callingPackage); in getImeiForSubscriber() method
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneSubInfoProxy.java161 public String getImeiForSubscriber(int subId, String callingPackage) throws RemoteException { in getImeiForSubscriber() method in PhoneSubInfoProxy
DPhoneSubInfoController.java65 public String getImeiForSubscriber(int subId, String callingPackage) { in getImeiForSubscriber() method in PhoneSubInfoController
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java763 return info.getImeiForSubscriber(subId[0], mContext.getOpPackageName()); in getImei()