Searched refs:getDeviceIdForPhone (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | PhoneSubInfoControllerTest.java | 104 mPhoneSubInfoControllerUT.getDeviceIdForPhone(0, TAG, FEATURE_ID)); in testGetDeviceId() 106 mPhoneSubInfoControllerUT.getDeviceIdForPhone(1, TAG, FEATURE_ID)); in testGetDeviceId() 122 mPhoneSubInfoControllerUT.getDeviceIdForPhone(0, TAG, FEATURE_ID); in testGetDeviceIdWithOutPermission() 130 mPhoneSubInfoControllerUT.getDeviceIdForPhone(1, TAG, FEATURE_ID); in testGetDeviceIdWithOutPermission() 143 mPhoneSubInfoControllerUT.getDeviceIdForPhone(0, TAG, FEATURE_ID); in testGetDeviceIdWithOutPermission() 151 mPhoneSubInfoControllerUT.getDeviceIdForPhone(1, TAG, FEATURE_ID); in testGetDeviceIdWithOutPermission() 165 mPhoneSubInfoControllerUT.getDeviceIdForPhone(0, TAG, FEATURE_ID); in testGetDeviceIdWithOutPermission() 173 mPhoneSubInfoControllerUT.getDeviceIdForPhone(1, TAG, FEATURE_ID); in testGetDeviceIdWithOutPermission()
|
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/ |
H A D | IPhoneSubInfo.aidl | 45 String getDeviceIdForPhone(int phoneId, String callingPackage, String callingFeatureId); in getDeviceIdForPhone() method
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | PhoneSubInfoController.java | 72 return getDeviceIdForPhone(SubscriptionManager.getPhoneId(getDefaultSubscription()), in getDeviceIdWithFeature() 76 public String getDeviceIdForPhone(int phoneId, String callingPackage, in getDeviceIdForPhone() method in PhoneSubInfoController
|
/aosp12/frameworks/base/telephony/java/android/telephony/ |
H A D | TelephonyManager.java | 2024 return info.getDeviceIdForPhone(slotIndex, mContext.getOpPackageName(), in getDeviceId()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 87350 Lcom/android/internal/telephony/IPhoneSubInfo$Stub$Proxy;->getDeviceIdForPhone(ILjava/lang/String;)… 87416 Lcom/android/internal/telephony/IPhoneSubInfo;->getDeviceIdForPhone(ILjava/lang/String;)Ljava/lang/…
|