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.java333 assertEquals("00", mPhoneSubInfoControllerUT.getDeviceSvnUsingSubId(0, TAG, FEATURE_ID)); in testGetDeviceSvn()
336 assertEquals("01", mPhoneSubInfoControllerUT.getDeviceSvnUsingSubId(1, TAG, FEATURE_ID)); in testGetDeviceSvn()
348 mPhoneSubInfoControllerUT.getDeviceSvnUsingSubId(0, TAG, FEATURE_ID); in testGetDeviceSvnWithOutPermission()
356 mPhoneSubInfoControllerUT.getDeviceSvnUsingSubId(1, TAG, FEATURE_ID); in testGetDeviceSvnWithOutPermission()
368 assertNull(mPhoneSubInfoControllerUT.getDeviceSvnUsingSubId(0, TAG, FEATURE_ID)); in testGetDeviceSvnWithOutPermission()
369 assertNull(mPhoneSubInfoControllerUT.getDeviceSvnUsingSubId(1, TAG, FEATURE_ID)); in testGetDeviceSvnWithOutPermission()
375 assertEquals("00", mPhoneSubInfoControllerUT.getDeviceSvnUsingSubId(0, TAG, FEATURE_ID)); in testGetDeviceSvnWithOutPermission()
376 assertEquals("01", mPhoneSubInfoControllerUT.getDeviceSvnUsingSubId(1, TAG, FEATURE_ID)); in testGetDeviceSvnWithOutPermission()
/frameworks/base/telephony/java/com/android/internal/telephony/
DIPhoneSubInfo.aidl62 String getDeviceSvnUsingSubId(int subId, String callingPackage, String callingFeatureId); in getDeviceSvnUsingSubId() method
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneSubInfoController.java120 return getDeviceSvnUsingSubId(getDefaultSubscription(), callingPackage, callingFeatureId); in getDeviceSvn()
123 public String getDeviceSvnUsingSubId(int subId, String callingPackage, in getDeviceSvnUsingSubId() method in PhoneSubInfoController
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt98462 Lcom/android/internal/telephony/IPhoneSubInfo$Stub$Proxy;->getDeviceSvnUsingSubId(ILjava/lang/Strin…
98528 Lcom/android/internal/telephony/IPhoneSubInfo;->getDeviceSvnUsingSubId(ILjava/lang/String;)Ljava/la…