Home | History | Annotate | Download | only in keystore

Lines Matching refs:responseCode

46 using ConfirmationResponseCode = android::hardware::confirmationui::V1_0::ResponseCode;
470 ConfirmationResponseCode responseCode = static_cast<ConfirmationResponseCode>(result);
472 "responseCode = %d\n",
473 responseCode);
547 ConfirmationResponseCode responseCode = static_cast<ConfirmationResponseCode>(aidl_return);
548 if (responseCode != ConfirmationResponseCode::OK) {
549 printf("Presenting confirmation prompt failed with response code %d.\n", responseCode);
562 responseCode = static_cast<ConfirmationResponseCode>(aidl_return);
563 if (responseCode != ConfirmationResponseCode::OK) {
564 printf("Canceling confirmation prompt failed with response code %d.\n", responseCode);