Home
last modified time | relevance | path

Searched refs:Canceled (Results 1 – 5 of 5) sorted by relevance

/hardware/google/aemu/snapshot/include/snapshot/
Dcommon.h78 Canceled = SNAPSHOT_STATUS_CANCELED, enumerator
91 Canceled, enumerator
/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/1.0/generic/
DGenericOperation.h113 if (isPending()) error_ = ResponseCode::Canceled; in userCancel()
/hardware/interfaces/confirmationui/1.0/
DIConfirmationResultCallback.hal32 * - Canceled: If the user has pressed the cancel button.
Dtypes.hal36 Canceled = 1,
/hardware/interfaces/confirmationui/1.0/vts/functional/
DVtsHalConfirmationUIV1_0TargetTest.cpp312 ASSERT_EQ(ResponseCode::Canceled, result.args->error_); in TEST_P()