Searched refs:getDeviceSvnUsingSubId (Results 1 – 4 of 4) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | PhoneSubInfoControllerTest.java | 292 assertEquals("00", mPhoneSubInfoControllerUT.getDeviceSvnUsingSubId(0, TAG)); in testGetDeviceSvn() 295 assertEquals("01", mPhoneSubInfoControllerUT.getDeviceSvnUsingSubId(1, TAG)); in testGetDeviceSvn() 307 mPhoneSubInfoControllerUT.getDeviceSvnUsingSubId(0, TAG); in testGetDeviceSvnWithOutPermission() 315 mPhoneSubInfoControllerUT.getDeviceSvnUsingSubId(1, TAG); in testGetDeviceSvnWithOutPermission() 327 assertNull(mPhoneSubInfoControllerUT.getDeviceSvnUsingSubId(0, TAG)); in testGetDeviceSvnWithOutPermission() 328 assertNull(mPhoneSubInfoControllerUT.getDeviceSvnUsingSubId(1, TAG)); in testGetDeviceSvnWithOutPermission() 334 assertEquals("00", mPhoneSubInfoControllerUT.getDeviceSvnUsingSubId(0, TAG)); in testGetDeviceSvnWithOutPermission() 335 assertEquals("01", mPhoneSubInfoControllerUT.getDeviceSvnUsingSubId(1, TAG)); in testGetDeviceSvnWithOutPermission()
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | IPhoneSubInfo.aidl | 58 String getDeviceSvnUsingSubId(int subId, String callingPackage); in getDeviceSvnUsingSubId() method
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | PhoneSubInfoController.java | 115 return getDeviceSvnUsingSubId(getDefaultSubscription(), callingPackage); in getDeviceSvn() 118 public String getDeviceSvnUsingSubId(int subId, String callingPackage) { in getDeviceSvnUsingSubId() method in PhoneSubInfoController
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 104980 Lcom/android/internal/telephony/IPhoneSubInfo$Stub$Proxy;->getDeviceSvnUsingSubId(ILjava/lang/Strin… 105048 Lcom/android/internal/telephony/IPhoneSubInfo;->getDeviceSvnUsingSubId(ILjava/lang/String;)Ljava/la…
|