Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DIPhoneSubInfo.aidl34 String getDeviceIdWithFeature(String callingPackage, String callingFeatureId); in getDeviceIdWithFeature() method
DITelephony.aidl1342 String getDeviceIdWithFeature(String callingPackage, String callingFeatureId); in getDeviceIdWithFeature() method
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneSubInfoController.java65 return getDeviceIdWithFeature(callingPackage, null); in getDeviceId()
68 public String getDeviceIdWithFeature(String callingPackage, String callingFeatureId) { in getDeviceIdWithFeature() method in PhoneSubInfoController
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java1929 return telephony.getDeviceIdWithFeature(mContext.getOpPackageName(), in getDeviceId()