/aosp12/hardware/interfaces/confirmationui/1.0/ |
H A D | IConfirmationUI.hal | 24 * 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 D | types.hal | 67 * 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 D | IConfirmationResultCallback.hal | 25 * 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 D | SnoozeCriterion.java | 34 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 D | ManagedProfileTest.java | 107 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 D | DragAndDropAccessibilityDelegate.java | 96 String confirmation = getConfirmationForIconDrop(viewId); in onPerformActionForVirtualView() local 97 mDelegate.handleAccessibleDrop(mView, getItemBounds(viewId), confirmation); in onPerformActionForVirtualView()
|
H A D | LauncherAccessibilityDelegate.java | 397 @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 D | README | 4 to display the confirmation dialog driven by a reduced trusted computing base, typically
|
/aosp12/system/sepolicy/prebuilts/api/29.0/private/ |
H A D | dumpstate.te | 51 # For comminucating with the system process to do confirmation ui.
|
/aosp12/system/sepolicy/prebuilts/api/30.0/private/ |
H A D | dumpstate.te | 50 # For comminucating with the system process to do confirmation ui.
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationSnooze.java | 452 CharSequence confirmation, AccessibilityAction action) { in NotificationSnoozeOption() argument 456 mConfirmation = confirmation; in NotificationSnoozeOption()
|
/aosp12/packages/apps/Bluetooth/jni/ |
H A D | com_android_bluetooth_btservice_AdapterService.cpp | 1083 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 D | IBluetoothGattServer.txt | 68 * confirmation. Returns false if a call to this method is pending. Otherwise
|
H A D | IBluetoothGattServerCallback.txt | 129 * be called when the remote device sends a confirmation packet. Otherwise
|
/aosp12/system/sepolicy/prebuilts/api/31.0/private/ |
H A D | dumpstate.te | 76 # For comminucating with the system process to do confirmation ui.
|
/aosp12/system/sepolicy/prebuilts/api/32.0/private/ |
H A D | dumpstate.te | 76 # For comminucating with the system process to do confirmation ui.
|
/aosp12/system/sepolicy/private/ |
H A D | dumpstate.te | 76 # For comminucating with the system process to do confirmation ui.
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
H A D | BluetoothOppNotification.java | 284 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 D | types.hal | 79 * NAN Data path confirmation Indication structure.
|
/aosp12/hardware/interfaces/biometrics/fingerprint/2.1/ |
H A D | IBiometricsFingerprint.hal | 43 * credential confirmation (e.g. device password).
|
/aosp12/packages/modules/adb/ |
H A D | protocol.txt | 107 possible, an on-screen confirmation may be displayed for the user to
|
/aosp12/frameworks/proto_logging/stats/enums/app/ |
H A D | settings_enums.proto | 1721 // 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 D | dialer_impression.proto | 62 // spam -> user wants to block it -> confirmation dialog shows up asking
|
/aosp12/frameworks/base/core/proto/android/providers/settings/ |
H A D | secure.proto | 635 // Persisted playback time after a user confirmation of an unsafe volume level.
|
/aosp12/hardware/interfaces/keymaster/4.0/ |
H A D | IKeymasterDevice.hal | 1214 * 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
|