Home
last modified time | relevance | path

Searched refs:CONFIRM (Results 1 – 9 of 9) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DConfirmationCallback.java30 CONFIRM,
35 public static final int CONFIRM = 0; field
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/ui/
DTestDialogController.java43 mNextConfirmationCode = ConfirmationCallback.CONFIRM; in TestDialogController()
121 mNextConfirmationCode = ConfirmationCallback.CONFIRM; in confirmNext()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DAddItemActivity.java254 logCommand(Action.Command.CONFIRM); in onPlaceAutomaticallyClick()
277 logCommand(Action.Command.CONFIRM); in acceptWidget()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestConfirmationCallback.java41 Assert.assertEquals(ConfirmationCallback.CONFIRM, mLastValue); in assertConfirmed()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppNotification.java70 static final String CONFIRM = "(" + BluetoothShare.USER_CONFIRMATION + " == '" field in BluetoothOppNotification
80 static final String WHERE_RUNNING = STATUS + " AND " + VISIBLE + " AND " + CONFIRM;
/packages/apps/DocumentsUI/src/com/android/documentsui/
DActionModeController.java199 if (code == ConfirmationCallback.CONFIRM) { in finishOnConfirmed()
/packages/apps/DocumentsUI/src/com/android/documentsui/ui/
DDialogController.java97 callback.accept(ConfirmationCallback.CONFIRM); in confirmDelete()
/packages/apps/Launcher3/protos/
Dlauncher_log.proto169 CONFIRM = 4; // Indicates thata confirmation screen was accepted enumerator
/packages/apps/DocumentsUI/src/com/android/documentsui/files/
DActionHandler.java317 if (code != ConfirmationCallback.CONFIRM) { in deleteSelectedDocuments()