Home
last modified time | relevance | path

Searched defs:CONFIRM (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/base/
H A DConfirmationCallback.java35 public static final int CONFIRM = 0; field
/aosp12/system/teeui/libteeui/prebuilt/localization/include/teeui/localization/
H A DConfirmationUITranslations.h39 CONFIRM, enumerator
/aosp12/frameworks/base/core/java/android/view/
H A DHapticFeedbackConstants.java117 public static final int CONFIRM = 16; field in HapticFeedbackConstants
/aosp12/system/teeui/libteeui/include/teeui/example/
H A Dexample.h39 CONFIRM, enumerator
/aosp12/frameworks/base/core/java/android/webkit/
H A DJsDialogHelper.java47 public static final int CONFIRM = 2; field in JsDialogHelper
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppNotification.java71 static final String CONFIRM = "(" + BluetoothShare.USER_CONFIRMATION + " == '" field in BluetoothOppNotification
/aosp12/system/teeui/tools/framebufferizer/src/com/android/framebufferizer/utils/
H A DFrameBufferBuffer.java88 NONE(0), CONFIRM(1) ,CANCEL(2); enumConstant