Searched defs:getDeviceIdentity (Results 1 - 6 of 6) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java474 public void getDeviceIdentity(Message response) { method in class:ImsPhoneCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java475 public void getDeviceIdentity(Message response) { method in class:SipCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java1556 public void getDeviceIdentity(Message response); method in interface:CommandsInterface
H A DRIL.java2833 public void getDeviceIdentity(Message result) { method in class:RIL
2842 radioProxy.getDeviceIdentity(rr.mSerial);
2844 handleRadioProxyExceptionForRR(rr, "getDeviceIdentity", e);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java1632 getDeviceIdentity(Message response) { method in class:SimulatedCommands
1633 SimulatedCommandsVerifier.getInstance().getDeviceIdentity(response);
H A DSimulatedCommandsVerifier.java1104 public void getDeviceIdentity(Message response) { method in class:SimulatedCommandsVerifier

Completed in 84 milliseconds