Searched defs:requestIsimAuthentication (Results 1 - 9 of 9) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMALTEPhone.java261 public void requestIsimAuthentication(String nonce, Message result) { method in class:CDMALTEPhone
262 mCM.requestIsimAuthentication(nonce, result);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneProxy.java959 public void requestIsimAuthentication(String nonce, Message response) { method in class:PhoneProxy
960 mActivePhone.requestIsimAuthentication(nonce, response);
H A DPhone.java1675 void requestIsimAuthentication(String nonce, Message response); method in interface:Phone
H A DPhoneBase.java1146 public void requestIsimAuthentication(String nonce, Message result) { method in class:PhoneBase
1147 Log.e(LOG_TAG, "requestIsimAuthentication() is only supported on LTE devices");
H A DRIL.java3848 public void requestIsimAuthentication(String nonce, Message response) { method in class:RIL
H A DCommandsInterface.java1573 public void requestIsimAuthentication(String nonce, Message response); method in interface:CommandsInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java419 public void requestIsimAuthentication(String nonce, Message response) { method in class:SipCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java1518 public void requestIsimAuthentication(String nonce, Message response) { method in class:SimulatedCommands
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java609 public void requestIsimAuthentication(String nonce, Message response) { method in class:UsimDataDownloadCommands

Completed in 150 milliseconds