Searched refs:getDeviceSvn (Results 1 – 10 of 10) sorted by relevance
52 String getDeviceSvn(String callingPackage); in getDeviceSvn() method
291 doReturn("00").when(mPhone).getDeviceSvn(); in testGetDeviceSvn()294 doReturn("01").when(mSecondPhone).getDeviceSvn(); in testGetDeviceSvn()301 doReturn("00").when(mPhone).getDeviceSvn(); in testGetDeviceSvnWithOutPermission()302 doReturn("01").when(mSecondPhone).getDeviceSvn(); in testGetDeviceSvnWithOutPermission()
633 assertEquals(SimulatedCommands.FAKE_IMEISV, mPhoneUT.getDeviceSvn()); in testHandleInitialMessages()658 assertEquals(SimulatedCommands.FAKE_IMEISV, mPhoneUT.getDeviceSvn()); in testHandleInitialMessages()
114 public String getDeviceSvn(String callingPackage) { in getDeviceSvn() method in PhoneSubInfoController120 (phone)-> phone.getDeviceSvn()); in getDeviceSvnUsingSubId()
756 String getDeviceSvn(); in getDeviceSvn() method
1602 public String getDeviceSvn() { in getDeviceSvn() method in GsmCdmaPhone
259 public String getDeviceSvn() { in getDeviceSvn() method in SipPhoneBase
305 public String getDeviceSvn() { in getDeviceSvn() method in ImsPhoneBase
1289 public String getDeviceSvn() { in getDeviceSvn() method in PhoneMock
104979 Lcom/android/internal/telephony/IPhoneSubInfo$Stub$Proxy;->getDeviceSvn(Ljava/lang/String;)Ljava/la…105047 Lcom/android/internal/telephony/IPhoneSubInfo;->getDeviceSvn(Ljava/lang/String;)Ljava/lang/String;