Home
last modified time | relevance | path

Searched refs:getDeviceSvn (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
DIPhoneSubInfo.aidl50 String getDeviceSvn(String callingPackage); in getDeviceSvn() method
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DPhoneSubInfoControllerTest.java225 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()
DGsmCdmaPhoneTest.java528 assertEquals(SimulatedCommands.FAKE_IMEISV, mPhoneUT.getDeviceSvn()); in testHandleInitialMessages()
552 assertEquals(SimulatedCommands.FAKE_IMEISV, mPhoneUT.getDeviceSvn()); in testHandleInitialMessages()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneSubInfoController.java109 public String getDeviceSvn(String callingPackage) { in getDeviceSvn() method in PhoneSubInfoController
119 return phone.getDeviceSvn(); in getDeviceSvnUsingSubId()
DPhoneInternalInterface.java738 String getDeviceSvn(); in getDeviceSvn() method
DGsmCdmaPhone.java1371 public String getDeviceSvn() { in getDeviceSvn() method in GsmCdmaPhone
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhoneBase.java274 public String getDeviceSvn() { in getDeviceSvn() method in SipPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneBase.java311 public String getDeviceSvn() { in getDeviceSvn() method in ImsPhoneBase
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DPhoneMock.java1275 public String getDeviceSvn() { in getDeviceSvn() method in PhoneMock