Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/service/controls/actions/
H A DControlAction.java116 RESPONSE_FAIL,
135 public static final @ResponseResult int RESPONSE_FAIL = 2; field in ControlAction
/aosp12/system/core/fastboot/
H A Dconstants.h41 #define RESPONSE_FAIL "FAIL" macro
/aosp12/system/core/fastboot/device/
H A Dfastboot_device.cpp120 constexpr const char* kResultStrings[kNumResponseTypes] = {RESPONSE_OKAY, RESPONSE_FAIL, in WriteStatus()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
H A DControlViewHolder.kt203 ControlAction.RESPONSE_FAIL -> {
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt38383 field public static final int RESPONSE_FAIL = 2; // 0x2