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.java226 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/
DIPhoneSubInfo.aidl58 String getDeviceSvnUsingSubId(int subId, String callingPackage); in getDeviceSvnUsingSubId() method
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneSubInfoController.java156 return getDeviceSvnUsingSubId(getDefaultSubscription(), callingPackage); in getDeviceSvn()
159 public String getDeviceSvnUsingSubId(int subId, String callingPackage) { in getDeviceSvnUsingSubId() method in PhoneSubInfoController
/frameworks/base/config/
Dboot-image-profile.txt39968 HSPLcom/android/internal/telephony/IPhoneSubInfo;->getDeviceSvnUsingSubId(ILjava/lang/String;)Ljava…