Searched refs:getDeviceIdentity (Results 1 – 11 of 11) sorted by relevance
618 verify(mSimulatedCommandsVerifier).getDeviceIdentity(nullable(Message.class)); in testHandleInitialMessages()644 verify(mSimulatedCommandsVerifier, times(2)).getDeviceIdentity(nullable(Message.class)); in testHandleInitialMessages()
578 mRILUnderTest.getDeviceIdentity(obtainMessage()); in testGetDeviceIdentity()579 verify(mRadioProxy).getDeviceIdentity(mSerialNumberCaptor.capture()); in testGetDeviceIdentity()
485 public void getDeviceIdentity(Message response) { in getDeviceIdentity() method in ImsPhoneCommandInterface
486 public void getDeviceIdentity(Message response) { in getDeviceIdentity() method in SipCommandInterface
1562 public void getDeviceIdentity(Message response); in getDeviceIdentity() method
2805 public void getDeviceIdentity(Message result) { in getDeviceIdentity() method in RIL2814 radioProxy.getDeviceIdentity(rr.mSerial); in getDeviceIdentity()
2185 mCi.getDeviceIdentity(obtainMessage(EVENT_GET_DEVICE_IDENTITY_DONE)); in handleRadioAvailable()
1695 getDeviceIdentity(Message response) { in getDeviceIdentity() method in SimulatedCommands1696 SimulatedCommandsVerifier.getInstance().getDeviceIdentity(response); in getDeviceIdentity()
1116 public void getDeviceIdentity(Message response) { in getDeviceIdentity() method in SimulatedCommandsVerifier
555 public void getDeviceIdentity(Message response) {
21881 HSPLandroid/hardware/radio/V1_0/IRadio$Proxy;->getDeviceIdentity(I)V40600 HSPLcom/android/internal/telephony/RIL;->getDeviceIdentity(Landroid/os/Message;)V