Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java466 public void getDeviceIdentity(Message response) { in getDeviceIdentity() method in ImsPhoneCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCommandInterface.java467 public void getDeviceIdentity(Message response) { in getDeviceIdentity() method in SipCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java1517 public void getDeviceIdentity(Message response); in getDeviceIdentity() method
DGsmCdmaPhone.java1935 mCi.getDeviceIdentity(obtainMessage(EVENT_GET_DEVICE_IDENTITY_DONE)); in handleRadioAvailable()
DRIL.java4560 getDeviceIdentity(Message response) { in getDeviceIdentity() method in RIL
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaPhoneTest.java536 verify(mSimulatedCommandsVerifier).getDeviceIdentity(any(Message.class)); in testHandleInitialMessages()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommands.java1605 getDeviceIdentity(Message response) { in getDeviceIdentity() method in SimulatedCommands
1606 SimulatedCommandsVerifier.getInstance().getDeviceIdentity(response); in getDeviceIdentity()
DSimulatedCommandsVerifier.java1094 public void getDeviceIdentity(Message response) { in getDeviceIdentity() method in SimulatedCommandsVerifier
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DUsimDataDownloadCommands.java.broken555 public void getDeviceIdentity(Message response) {