Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DPhoneSubInfoControllerTest.java292 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/
DIPhoneSubInfo.aidl58 String getDeviceSvnUsingSubId(int subId, String callingPackage); in getDeviceSvnUsingSubId() method
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneSubInfoController.java115 return getDeviceSvnUsingSubId(getDefaultSubscription(), callingPackage); in getDeviceSvn()
118 public String getDeviceSvnUsingSubId(int subId, String callingPackage) { in getDeviceSvnUsingSubId() method in PhoneSubInfoController
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt104980 Lcom/android/internal/telephony/IPhoneSubInfo$Stub$Proxy;->getDeviceSvnUsingSubId(ILjava/lang/Strin…
105048 Lcom/android/internal/telephony/IPhoneSubInfo;->getDeviceSvnUsingSubId(ILjava/lang/String;)Ljava/la…