Searched refs:getDeviceIdentity (Results 1 – 10 of 10) sorted by relevance
113 public void getDeviceIdentity(int serial) throws RemoteException { in getDeviceIdentity() method in RadioModemProxy116 mModemProxy.getDeviceIdentity(serial); in getDeviceIdentity()118 mRadioProxy.getDeviceIdentity(serial); in getDeviceIdentity()
1724 public void getDeviceIdentity(Message response); in getDeviceIdentity() method
3644 public void getDeviceIdentity(Message result) { in getDeviceIdentity() method in RIL3657 modemProxy.getDeviceIdentity(rr.mSerial); in getDeviceIdentity()
4418 mCi.getDeviceIdentity(obtainMessage(EVENT_GET_DEVICE_IDENTITY_DONE)); in radioCapabilityUpdated()
3211 mCi.getDeviceIdentity(obtainMessage(EVENT_GET_DEVICE_IDENTITY_DONE)); in handleRadioAvailable()
468 public void getDeviceIdentity(Message response) { in getDeviceIdentity() method in ImsPhoneCommandInterface
1014 verify(mSimulatedCommandsVerifier).getDeviceIdentity(nullable(Message.class)); in testHandleInitialMessages()1037 verify(mSimulatedCommandsVerifier, times(2)).getDeviceIdentity(nullable(Message.class)); in testHandleInitialMessages()1063 public void getDeviceIdentity(Message response) { in testZeroMeid()1064 SimulatedCommandsVerifier.getInstance().getDeviceIdentity(response); in testZeroMeid()
1108 public void getDeviceIdentity(Message response) { in getDeviceIdentity() method in SimulatedCommandsVerifier
1711 getDeviceIdentity(Message response) { in getDeviceIdentity() method in SimulatedCommands1712 SimulatedCommandsVerifier.getInstance().getDeviceIdentity(response); in getDeviceIdentity()
1016 mRILUnderTest.getDeviceIdentity(obtainMessage()); in testGetDeviceIdentity()1017 verify(mRadioProxy).getDeviceIdentity(mSerialNumberCaptor.capture()); in testGetDeviceIdentity()