Searched refs:getDeviceIdentity (Results 1 – 11 of 11) sorted by relevance
964 verify(mSimulatedCommandsVerifier).getDeviceIdentity(nullable(Message.class)); in testHandleInitialMessages()990 verify(mSimulatedCommandsVerifier, times(2)).getDeviceIdentity(nullable(Message.class)); in testHandleInitialMessages()1018 public void getDeviceIdentity(Message response) { in testZeroMeid()1019 SimulatedCommandsVerifier.getInstance().getDeviceIdentity(response); in testZeroMeid()
1156 public void getDeviceIdentity(Message response) { in getDeviceIdentity() method in SimulatedCommandsVerifier
1769 getDeviceIdentity(Message response) { in getDeviceIdentity() method in SimulatedCommands1770 SimulatedCommandsVerifier.getInstance().getDeviceIdentity(response); in getDeviceIdentity()
911 mRILUnderTest.getDeviceIdentity(obtainMessage()); in testGetDeviceIdentity()912 verify(mRadioProxy).getDeviceIdentity(mSerialNumberCaptor.capture()); in testGetDeviceIdentity()
509 public void getDeviceIdentity(Message response) { in getDeviceIdentity() method in SipCommandInterface
508 public void getDeviceIdentity(Message response) { in getDeviceIdentity() method in ImsPhoneCommandInterface
551 public void getDeviceIdentity(Message response) {
1757 public void getDeviceIdentity(Message response); in getDeviceIdentity() method
4385 mCi.getDeviceIdentity(obtainMessage(EVENT_GET_DEVICE_IDENTITY_DONE)); in radioCapabilityUpdated()
4102 public void getDeviceIdentity(Message result) { in getDeviceIdentity() method in RIL4111 radioProxy.getDeviceIdentity(rr.mSerial); in getDeviceIdentity()
2794 mCi.getDeviceIdentity(obtainMessage(EVENT_GET_DEVICE_IDENTITY_DONE)); in handleRadioAvailable()