HomeSort by relevance Sort by last modified time
    Searched full:requestisimauthentication (Results 1 - 10 of 10) 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/cdma/
CDMALTEPhone.java 258 public void requestIsimAuthentication(String nonce, Message result) {
259 mCi.requestIsimAuthentication(nonce, result);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipCommandInterface.java 540 public void requestIsimAuthentication(String nonce, Message response) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneProxy.java     [all...]
PhoneBase.java     [all...]
CommandsInterface.java     [all...]
Phone.java     [all...]
RIL.java     [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
UsimDataDownloadCommands.java 625 public void requestIsimAuthentication(String nonce, Message response) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedCommands.java     [all...]

Completed in 1122 milliseconds