Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DIPhoneSubInfo.aidl39 String getDeviceIdForPhone(int phoneId); in getDeviceIdForPhone() method
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneSubInfoController.java47 return getDeviceIdForPhone(SubscriptionManager.getPhoneId(getDefaultSubscription())); in getDeviceId()
50 public String getDeviceIdForPhone(int phoneId) { in getDeviceIdForPhone() method in PhoneSubInfoController
DPhoneSubInfoProxy.java155 public String getDeviceIdForPhone(int phoneId) throws RemoteException { in getDeviceIdForPhone() method in PhoneSubInfoProxy
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java645 return getSubscriberInfo().getDeviceIdForPhone(slotId); in getDeviceId()