Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DIPhoneSubInfo.aidl57 String getDeviceSvn(String callingPackage, String callingFeatureId); in getDeviceSvn() method
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneSubInfoController.java166 public String getDeviceSvn(String callingPackage, String callingFeatureId) {
173 "getDeviceSvn", (phone)-> phone.getDeviceSvn());
DPhoneInternalInterface.java1003 String getDeviceSvn(); in getDeviceSvn() method
DGsmCdmaPhone.java2043 public String getDeviceSvn() { in getDeviceSvn() method in GsmCdmaPhone
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DPhoneSubInfoControllerTest.java418 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()
DGsmCdmaPhoneTest.java1029 assertEquals(SimulatedCommands.FAKE_IMEISV, mPhoneUT.getDeviceSvn()); in testHandleInitialMessages()
1052 assertEquals(SimulatedCommands.FAKE_IMEISV, mPhoneUT.getDeviceSvn()); in testHandleInitialMessages()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneBase.java337 public String getDeviceSvn() { in getDeviceSvn() method in ImsPhoneBase
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt83385 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;