Searched refs:getDeviceSvnUsingSubId (Results 1 – 4 of 4) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | PhoneSubInfoControllerTest.java | 226 assertEquals("00", mPhoneSubInfoControllerUT.getDeviceSvnUsingSubId(0, TAG)); in testGetDeviceSvn() 229 assertEquals("01", mPhoneSubInfoControllerUT.getDeviceSvnUsingSubId(1, TAG)); in testGetDeviceSvn() 241 mPhoneSubInfoControllerUT.getDeviceSvnUsingSubId(0, TAG); in testGetDeviceSvnWithOutPermission() 249 mPhoneSubInfoControllerUT.getDeviceSvnUsingSubId(1, TAG); in testGetDeviceSvnWithOutPermission() 261 assertNull(mPhoneSubInfoControllerUT.getDeviceSvnUsingSubId(0, TAG)); in testGetDeviceSvnWithOutPermission() 262 assertNull(mPhoneSubInfoControllerUT.getDeviceSvnUsingSubId(1, TAG)); in testGetDeviceSvnWithOutPermission() 268 assertEquals("00", mPhoneSubInfoControllerUT.getDeviceSvnUsingSubId(0, TAG)); in testGetDeviceSvnWithOutPermission() 269 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 | 156 return getDeviceSvnUsingSubId(getDefaultSubscription(), callingPackage); in getDeviceSvn() 159 public String getDeviceSvnUsingSubId(int subId, String callingPackage) { in getDeviceSvnUsingSubId() method in PhoneSubInfoController
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 39968 HSPLcom/android/internal/telephony/IPhoneSubInfo;->getDeviceSvnUsingSubId(ILjava/lang/String;)Ljava…
|