Searched refs:getDeviceIdForPhone (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | PhoneSubInfoControllerTest.java | 142 mPhoneSubInfoControllerUT.getDeviceIdForPhone(0, TAG, FEATURE_ID)); in testGetDeviceId() 144 mPhoneSubInfoControllerUT.getDeviceIdForPhone(1, TAG, FEATURE_ID)); in testGetDeviceId() 160 mPhoneSubInfoControllerUT.getDeviceIdForPhone(0, TAG, FEATURE_ID); in testGetDeviceIdWithOutPermission() 168 mPhoneSubInfoControllerUT.getDeviceIdForPhone(1, TAG, FEATURE_ID); in testGetDeviceIdWithOutPermission() 181 mPhoneSubInfoControllerUT.getDeviceIdForPhone(0, TAG, FEATURE_ID); in testGetDeviceIdWithOutPermission() 189 mPhoneSubInfoControllerUT.getDeviceIdForPhone(1, TAG, FEATURE_ID); in testGetDeviceIdWithOutPermission() 203 mPhoneSubInfoControllerUT.getDeviceIdForPhone(0, TAG, FEATURE_ID); in testGetDeviceIdWithOutPermission() 211 mPhoneSubInfoControllerUT.getDeviceIdForPhone(1, TAG, FEATURE_ID); in testGetDeviceIdWithOutPermission()
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | IPhoneSubInfo.aidl | 46 String getDeviceIdForPhone(int phoneId, String callingPackage, String callingFeatureId); in getDeviceIdForPhone() method
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | PhoneSubInfoController.java | 95 return getDeviceIdForPhone(SubscriptionManager.getPhoneId(getDefaultSubscription()), in getDeviceIdWithFeature() 99 public String getDeviceIdForPhone(int phoneId, String callingPackage, in getDeviceIdForPhone() method in PhoneSubInfoController
|
/frameworks/base/telephony/java/android/telephony/ |
D | TelephonyManager.java | 2284 return info.getDeviceIdForPhone(slotIndex, mContext.getOpPackageName(), in getDeviceId()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 83384 Lcom/android/internal/telephony/IPhoneSubInfo$Stub$Proxy;->getDeviceIdForPhone(ILjava/lang/String;)… 83450 Lcom/android/internal/telephony/IPhoneSubInfo;->getDeviceIdForPhone(ILjava/lang/String;)Ljava/lang/…
|