Searched refs:CONFIRM (Results 1 - 8 of 8) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/base/
H A DConfirmationCallback.java25 * A functional interface that receives one of two results {@link #CONFIRM} or {@link #REJECT}.
30 CONFIRM,
35 public static final int CONFIRM = 0; field in interface:ConfirmationCallback
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
H A DTestConfirmationCallback.java41 Assert.assertEquals(ConfirmationCallback.CONFIRM, mLastValue);
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/ui/
H A DTestDialogController.java41 mNextConfirmationCode = ConfirmationCallback.CONFIRM;
112 mNextConfirmationCode = ConfirmationCallback.CONFIRM;
/packages/apps/Launcher3/protos/
H A Dlauncher_log.proto134 CONFIRM = 4; // Indicates thata confirmation screen was accepted
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DAddItemActivity.java243 logCommand(Action.Command.CONFIRM);
266 logCommand(Action.Command.CONFIRM);
/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DActionModeController.java215 if (code == ConfirmationCallback.CONFIRM) {
/packages/apps/DocumentsUI/src/com/android/documentsui/ui/
H A DDialogController.java95 callback.accept(ConfirmationCallback.CONFIRM);
/packages/apps/DocumentsUI/src/com/android/documentsui/files/
H A DActionHandler.java308 if (code != ConfirmationCallback.CONFIRM) {

Completed in 223 milliseconds