Home
last modified time | relevance | path

Searched refs:confirmation (Results 1 – 25 of 34) sorted by relevance

12

/aosp12/hardware/interfaces/confirmationui/1.0/
H A DIConfirmationUI.hal24 * Asynchronously initiates a confirmation UI dialog prompting the user to confirm a given text.
41 * @param uiOptions A set of uiOptions manipulating how the confirmation prompt is displayed.
47 * - OperationPending: Is returned when the confirmation provider is currently
49 * - SystemError: An error occurred trying to communicate with the confirmation
51 * - UIError: The confirmation provider encountered an issue with displaying
60 * confirmation provider.
H A Dtypes.hal67 * and the extra data that can be passed to the confirmation UI. The prompt text and extra data
85 * If the command indicates that a confirmation token is to be generated the test key MUST be used
86 * to generate this confirmation token.
95 * used to generate the confirmation token.
H A DIConfirmationResultCallback.hal25 * This callback is called by the confirmation provider when it stops prompting the user.
53 * "confirmation token" || <formattedMessage>
54 * i.e. the literal UTF-8 encoded string "confirmation token", without
/aosp12/frameworks/base/core/java/android/service/notification/
H A DSnoozeCriterion.java34 public SnoozeCriterion(String id, CharSequence explanation, CharSequence confirmation) { in SnoozeCriterion() argument
37 mConfirmation = confirmation; in SnoozeCriterion()
/aosp12/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/e2eui/
H A DManagedProfileTest.java107 Intent confirmation = receiver.awaitForBroadcast(timeoutMillis); in removeProfileAndWait() local
109 if (confirmation == null) { in removeProfileAndWait()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
H A DDragAndDropAccessibilityDelegate.java96 String confirmation = getConfirmationForIconDrop(viewId); in onPerformActionForVirtualView() local
97 mDelegate.handleAccessibleDrop(mView, getItemBounds(viewId), confirmation); in onPerformActionForVirtualView()
H A DLauncherAccessibilityDelegate.java397 @Thunk void announceConfirmation(String confirmation) { in announceConfirmation() argument
398 mLauncher.getDragLayer().announceForAccessibility(confirmation); in announceConfirmation()
416 String confirmation) { in handleAccessibleDrop() argument
431 if (!TextUtils.isEmpty(confirmation)) { in handleAccessibleDrop()
432 announceConfirmation(confirmation); in handleAccessibleDrop()
/aosp12/system/core/trusty/confirmationui/
H A DREADME4 to display the confirmation dialog driven by a reduced trusted computing base, typically
/aosp12/system/sepolicy/prebuilts/api/29.0/private/
H A Ddumpstate.te51 # For comminucating with the system process to do confirmation ui.
/aosp12/system/sepolicy/prebuilts/api/30.0/private/
H A Ddumpstate.te50 # For comminucating with the system process to do confirmation ui.
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationSnooze.java452 CharSequence confirmation, AccessibilityAction action) { in NotificationSnoozeOption() argument
456 mConfirmation = confirmation; in NotificationSnoozeOption()
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_btservice_AdapterService.cpp1083 jbyteArray confirmation = callByteArrayGetter( in set_data() local
1085 if (confirmation == NULL) { in set_data()
1093 confirmationBytes = env->GetByteArrayElements(confirmation, NULL); in set_data()
1094 len = env->GetArrayLength(confirmation); in set_data()
1101 env->ReleaseByteArrayElements(confirmation, confirmationBytes, 0); in set_data()
1105 env->ReleaseByteArrayElements(confirmation, confirmationBytes, 0); in set_data()
/aosp12/system/bt/service/doc/
H A DIBluetoothGattServer.txt68 * confirmation. Returns false if a call to this method is pending. Otherwise
H A DIBluetoothGattServerCallback.txt129 * be called when the remote device sends a confirmation packet. Otherwise
/aosp12/system/sepolicy/prebuilts/api/31.0/private/
H A Ddumpstate.te76 # For comminucating with the system process to do confirmation ui.
/aosp12/system/sepolicy/prebuilts/api/32.0/private/
H A Ddumpstate.te76 # For comminucating with the system process to do confirmation ui.
/aosp12/system/sepolicy/private/
H A Ddumpstate.te76 # For comminucating with the system process to do confirmation ui.
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppNotification.java284 int confirmation = cursor.getInt(confirmIndex); in updateActiveNotification() local
319 confirmation == BluetoothShare.USER_CONFIRMATION_HANDOVER_CONFIRMED; in updateActiveNotification()
/aosp12/hardware/interfaces/wifi/1.2/
H A Dtypes.hal79 * NAN Data path confirmation Indication structure.
/aosp12/hardware/interfaces/biometrics/fingerprint/2.1/
H A DIBiometricsFingerprint.hal43 * credential confirmation (e.g. device password).
/aosp12/packages/modules/adb/
H A Dprotocol.txt107 possible, an on-screen confirmation may be displayed for the user to
/aosp12/frameworks/proto_logging/stats/enums/app/
H A Dsettings_enums.proto1721 // OPEN: Settings > Custom list preference with confirmation message
2124 // OPEN: Settings > credential pages - prompt for key guard configuration confirmation
2649 // Open: Settings > app > bubble settings > confirmation dialog
2665 // confirmation)
/aosp12/packages/apps/Dialer/java/com/android/dialer/logging/
H A Ddialer_impression.proto62 // spam -> user wants to block it -> confirmation dialog shows up asking
/aosp12/frameworks/base/core/proto/android/providers/settings/
H A Dsecure.proto635 // Persisted playback time after a user confirmation of an unsafe volume level.
/aosp12/hardware/interfaces/keymaster/4.0/
H A DIKeymasterDevice.hal1214 * authorization per operation keys and confirmation-required keys.
1238 * check the confirmation token by computing the 32-byte HMAC-SHA256 over all of the
1239 * to-be-signed data, prefixed with the 18-byte UTF-8 encoded string "confirmation token". If

12