Searched defs:CONFIRM (Results 1 - 1 of 1) 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

Completed in 193 milliseconds