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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IsimUiccRecords.java 64 private String auth_rsp; field in class:IsimUiccRecords
140 auth_rsp = (String)ar.result;
141 log("ISIM AKA: auth_rsp = " + auth_rsp);
195 auth_rsp = null;
454 if (DBG) log("getIsimChallengeResponse-auth_rsp"+auth_rsp);
456 return auth_rsp;
IccRecords.java 81 private IccIoResult auth_rsp; field in class:IccRecords
200 auth_rsp = null;
523 auth_rsp = null;
529 auth_rsp = (IccIoResult)ar.result;
530 if (DBG) log("ICC SIM AKA: auth_rsp = " + auth_rsp);
723 if (auth_rsp == null) {
728 if (DBG) log("getIccSimChallengeResponse: return auth_rsp");
730 return android.util.Base64.encodeToString(auth_rsp.payload, android.util.Base64.NO_WRAP);
  /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/lib/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 640 milliseconds