Searched refs:getDeviceSvnUsingSubId (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | PhoneSubInfoControllerTest.java | 351 assertEquals("00", mPhoneSubInfoControllerUT.getDeviceSvnUsingSubId(0, TAG, FEATURE_ID)); in testGetDeviceSvn() 354 assertEquals("01", mPhoneSubInfoControllerUT.getDeviceSvnUsingSubId(1, TAG, FEATURE_ID)); in testGetDeviceSvn() 366 mPhoneSubInfoControllerUT.getDeviceSvnUsingSubId(0, TAG, FEATURE_ID); in testGetDeviceSvnWithOutPermission() 374 mPhoneSubInfoControllerUT.getDeviceSvnUsingSubId(1, TAG, FEATURE_ID); in testGetDeviceSvnWithOutPermission() 387 assertNull(mPhoneSubInfoControllerUT.getDeviceSvnUsingSubId(0, TAG, FEATURE_ID)); in testGetDeviceSvnWithOutPermission() 388 assertNull(mPhoneSubInfoControllerUT.getDeviceSvnUsingSubId(1, TAG, FEATURE_ID)); in testGetDeviceSvnWithOutPermission() 395 assertEquals("00", mPhoneSubInfoControllerUT.getDeviceSvnUsingSubId(0, TAG, FEATURE_ID)); in testGetDeviceSvnWithOutPermission() 396 assertEquals("01", mPhoneSubInfoControllerUT.getDeviceSvnUsingSubId(1, TAG, FEATURE_ID)); in testGetDeviceSvnWithOutPermission()
|
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/ |
H A D | IPhoneSubInfo.aidl | 62 String getDeviceSvnUsingSubId(int subId, String callingPackage, String callingFeatureId); in getDeviceSvnUsingSubId() method
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | PhoneSubInfoController.java | 128 return getDeviceSvnUsingSubId(getDefaultSubscription(), callingPackage, callingFeatureId); in getDeviceSvn() 131 public String getDeviceSvnUsingSubId(int subId, String callingPackage, in getDeviceSvnUsingSubId() method in PhoneSubInfoController
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 87352 Lcom/android/internal/telephony/IPhoneSubInfo$Stub$Proxy;->getDeviceSvnUsingSubId(ILjava/lang/Strin… 87418 Lcom/android/internal/telephony/IPhoneSubInfo;->getDeviceSvnUsingSubId(ILjava/lang/String;)Ljava/la…
|