Searched refs:getDeviceIdentity (Results 1 – 10 of 10) sorted by relevance
486 public void getDeviceIdentity(Message response) { in getDeviceIdentity() method in SipCommandInterface
485 public void getDeviceIdentity(Message response) { in getDeviceIdentity() method in ImsPhoneCommandInterface
615 verify(mSimulatedCommandsVerifier).getDeviceIdentity(nullable(Message.class)); in testHandleInitialMessages()641 verify(mSimulatedCommandsVerifier, times(2)).getDeviceIdentity(nullable(Message.class)); in testHandleInitialMessages()
636 mRILUnderTest.getDeviceIdentity(obtainMessage()); in testGetDeviceIdentity()637 verify(mRadioProxy).getDeviceIdentity(mSerialNumberCaptor.capture()); in testGetDeviceIdentity()
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
1623 public void getDeviceIdentity(Message response); in getDeviceIdentity() method
3279 public void getDeviceIdentity(Message result) { in getDeviceIdentity() method in RIL3288 radioProxy.getDeviceIdentity(rr.mSerial); in getDeviceIdentity()
2353 mCi.getDeviceIdentity(obtainMessage(EVENT_GET_DEVICE_IDENTITY_DONE)); in handleRadioAvailable()
551 public void getDeviceIdentity(Message response) {