Searched refs:getDeviceSvn (Results 1 – 8 of 8) sorted by relevance
57 String getDeviceSvn(String callingPackage, String callingFeatureId); in getDeviceSvn() method
166 public String getDeviceSvn(String callingPackage, String callingFeatureId) {173 "getDeviceSvn", (phone)-> phone.getDeviceSvn());
1003 String getDeviceSvn(); in getDeviceSvn() method
2043 public String getDeviceSvn() { in getDeviceSvn() method in GsmCdmaPhone
418 doReturn("00").when(mPhone).getDeviceSvn(); in testGetDeviceSvn()421 doReturn("01").when(mSecondPhone).getDeviceSvn(); in testGetDeviceSvn()428 doReturn("00").when(mPhone).getDeviceSvn(); in testGetDeviceSvnWithOutPermission()429 doReturn("01").when(mSecondPhone).getDeviceSvn(); in testGetDeviceSvnWithOutPermission()
1029 assertEquals(SimulatedCommands.FAKE_IMEISV, mPhoneUT.getDeviceSvn()); in testHandleInitialMessages()1052 assertEquals(SimulatedCommands.FAKE_IMEISV, mPhoneUT.getDeviceSvn()); in testHandleInitialMessages()
337 public String getDeviceSvn() { in getDeviceSvn() method in ImsPhoneBase
83385 Lcom/android/internal/telephony/IPhoneSubInfo$Stub$Proxy;->getDeviceSvn(Ljava/lang/String;)Ljava/la…83451 Lcom/android/internal/telephony/IPhoneSubInfo;->getDeviceSvn(Ljava/lang/String;)Ljava/lang/String;