Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCommandInterface.java486 public void getDeviceIdentity(Message response) { in getDeviceIdentity() method in SipCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java485 public void getDeviceIdentity(Message response) { in getDeviceIdentity() method in ImsPhoneCommandInterface
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaPhoneTest.java615 verify(mSimulatedCommandsVerifier).getDeviceIdentity(nullable(Message.class)); in testHandleInitialMessages()
641 verify(mSimulatedCommandsVerifier, times(2)).getDeviceIdentity(nullable(Message.class)); in testHandleInitialMessages()
DRILTest.java636 mRILUnderTest.getDeviceIdentity(obtainMessage()); in testGetDeviceIdentity()
637 verify(mRadioProxy).getDeviceIdentity(mSerialNumberCaptor.capture()); in testGetDeviceIdentity()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommands.java1695 getDeviceIdentity(Message response) { in getDeviceIdentity() method in SimulatedCommands
1696 SimulatedCommandsVerifier.getInstance().getDeviceIdentity(response); in getDeviceIdentity()
DSimulatedCommandsVerifier.java1116 public void getDeviceIdentity(Message response) { in getDeviceIdentity() method in SimulatedCommandsVerifier
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java1623 public void getDeviceIdentity(Message response); in getDeviceIdentity() method
DRIL.java3279 public void getDeviceIdentity(Message result) { in getDeviceIdentity() method in RIL
3288 radioProxy.getDeviceIdentity(rr.mSerial); in getDeviceIdentity()
DGsmCdmaPhone.java2353 mCi.getDeviceIdentity(obtainMessage(EVENT_GET_DEVICE_IDENTITY_DONE)); in handleRadioAvailable()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DUsimDataDownloadCommands.java.broken551 public void getDeviceIdentity(Message response) {