Home
last modified time | relevance | path

Searched refs:ResponseResult (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/service/controls/actions/
DControlAction.java105 public static final boolean isValidResponse(@ResponseResult int response) { in isValidResponse()
121 public @interface ResponseResult {}; annotation in ControlAction
123 public static final @ResponseResult int RESPONSE_UNKNOWN = 0;
130 public static final @ResponseResult int RESPONSE_OK = 1;
135 public static final @ResponseResult int RESPONSE_FAIL = 2;
142 public static final @ResponseResult int RESPONSE_CHALLENGE_ACK = 3;
148 public static final @ResponseResult int RESPONSE_CHALLENGE_PIN = 4;
154 public static final @ResponseResult int RESPONSE_CHALLENGE_PASSPHRASE = 5;
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
DControlsUiController.kt45 @ControlAction.ResponseResult response: Int
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/controller/
DControlsController.kt109 @ControlAction.ResponseResult response: Int in loadForComponent()
DControlsBindingControllerImpl.kt76 @ControlAction.ResponseResult response: Int in accept()
263 @ControlAction.ResponseResult val response: Int