HomeSort by relevance Sort by last modified time
    Searched defs:auth_rsp (Results 1 - 7 of 7) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IsimUiccRecords.java 57 private String auth_rsp; field in class:IsimUiccRecords
129 auth_rsp = (String)ar.result;
130 log("ISIM AKA: auth_rsp = " + auth_rsp);
184 auth_rsp = null;
IccRecords.java 96 private IccIoResult auth_rsp; field in class:IccRecords
233 auth_rsp = null;
678 auth_rsp = null;
684 auth_rsp = (IccIoResult)ar.result;
685 if (DBG) log("ICC SIM AKA: auth_rsp = " + auth_rsp);
919 if (auth_rsp == null) {
924 if (DBG) log("getIccSimChallengeResponse: return auth_rsp");
926 return android.util.Base64.encodeToString(auth_rsp.payload, android.util.Base64.NO_WRAP);
    [all...]
  /external/robolectric/v3/runtime/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 125 milliseconds