Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DIPhoneSubInfo.aidl52 String getDeviceSvn(String callingPackage); in getDeviceSvn() method
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DPhoneSubInfoControllerTest.java291 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()
DGsmCdmaPhoneTest.java633 assertEquals(SimulatedCommands.FAKE_IMEISV, mPhoneUT.getDeviceSvn()); in testHandleInitialMessages()
658 assertEquals(SimulatedCommands.FAKE_IMEISV, mPhoneUT.getDeviceSvn()); in testHandleInitialMessages()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneSubInfoController.java114 public String getDeviceSvn(String callingPackage) { in getDeviceSvn() method in PhoneSubInfoController
120 (phone)-> phone.getDeviceSvn()); in getDeviceSvnUsingSubId()
DPhoneInternalInterface.java756 String getDeviceSvn(); in getDeviceSvn() method
DGsmCdmaPhone.java1602 public String getDeviceSvn() { in getDeviceSvn() method in GsmCdmaPhone
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhoneBase.java259 public String getDeviceSvn() { in getDeviceSvn() method in SipPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneBase.java305 public String getDeviceSvn() { in getDeviceSvn() method in ImsPhoneBase
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DPhoneMock.java1289 public String getDeviceSvn() { in getDeviceSvn() method in PhoneMock
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt104979 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;