Searched refs:getDeviceSvn (Results 1 – 9 of 9) sorted by relevance
50 String getDeviceSvn(String callingPackage); in getDeviceSvn() method
225 doReturn("00").when(mPhone).getDeviceSvn(); in testGetDeviceSvn()228 doReturn("01").when(mSecondPhone).getDeviceSvn(); in testGetDeviceSvn()235 doReturn("00").when(mPhone).getDeviceSvn(); in testGetDeviceSvnWithOutPermission()236 doReturn("01").when(mSecondPhone).getDeviceSvn(); in testGetDeviceSvnWithOutPermission()
528 assertEquals(SimulatedCommands.FAKE_IMEISV, mPhoneUT.getDeviceSvn()); in testHandleInitialMessages()552 assertEquals(SimulatedCommands.FAKE_IMEISV, mPhoneUT.getDeviceSvn()); in testHandleInitialMessages()
109 public String getDeviceSvn(String callingPackage) { in getDeviceSvn() method in PhoneSubInfoController119 return phone.getDeviceSvn(); in getDeviceSvnUsingSubId()
738 String getDeviceSvn(); in getDeviceSvn() method
1371 public String getDeviceSvn() { in getDeviceSvn() method in GsmCdmaPhone
274 public String getDeviceSvn() { in getDeviceSvn() method in SipPhoneBase
311 public String getDeviceSvn() { in getDeviceSvn() method in ImsPhoneBase
1275 public String getDeviceSvn() { in getDeviceSvn() method in PhoneMock