HomeSort by relevance Sort by last modified time
    Searched refs:requestIsimAuthentication (Results 1 - 8 of 8) sorted by null

  /packages/experimental/ExampleImsFramework/src/com/android/example/imsframework/
ImsFrameworkApp.java 120 Log.d(TAG, "requestIsimAuthentication exception: " + ar.exception);
123 Log.d(TAG, "requestIsimAuthentication response: " + response);
133 phone.requestIsimAuthentication("DUMMY-BASE64-NONCE", response);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCommandInterface.java 543 public void requestIsimAuthentication(String nonce, Message response) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipCommandInterface.java 544 public void requestIsimAuthentication(String nonce, Message response) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IsimUiccRecords.java 440 mCi.requestIsimAuthentication(nonce,obtainMessage(EVENT_AKA_AUTHENTICATE_DONE));
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
UsimDataDownloadCommands.java.broken 628 public void requestIsimAuthentication(String nonce, Message response) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CommandsInterface.java     [all...]
RIL.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedCommands.java     [all...]

Completed in 638 milliseconds