Lines Matching refs:ResponseCode
38 using android::hardware::confirmationui::V1_0::ResponseCode;
41 static uint32_t responseCode2Compat(ResponseCode rc) { in responseCode2Compat()
43 case ResponseCode::OK: in responseCode2Compat()
45 case ResponseCode::Canceled: in responseCode2Compat()
47 case ResponseCode::Aborted: in responseCode2Compat()
49 case ResponseCode::OperationPending: in responseCode2Compat()
51 case ResponseCode::Ignored: in responseCode2Compat()
53 case ResponseCode::SystemError: in responseCode2Compat()
54 case ResponseCode::Unimplemented: in responseCode2Compat()
55 case ResponseCode::Unexpected: in responseCode2Compat()
56 case ResponseCode::UIError: in responseCode2Compat()
57 case ResponseCode::UIErrorMissingGlyph: in responseCode2Compat()
58 case ResponseCode::UIErrorMessageTooLong: in responseCode2Compat()
59 case ResponseCode::UIErrorMalformedUTF8Encoding: in responseCode2Compat()
106 if (rc == ResponseCode::OK) { in promptUserConfirmation()
109 return responseCode2Compat(rc.withDefault(ResponseCode::SystemError)); in promptUserConfirmation()
115 finalize(ResponseCode responseCode, in finalize()
135 if (responseCode == ResponseCode::OK) { in finalize()
151 android::hardware::Return<void> result(ResponseCode responseCode, in result()
160 finalize(ResponseCode::SystemError, {}, {}); in serviceDied()