Home
last modified time | relevance | path

Searched refs:interaction (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/ui/automation/
DAutomator.java59 protected final void addInteraction(Interaction interaction) { in addInteraction() argument
64 mInteractions.add(interaction); in addInteraction()
146 Interaction interaction = mInteractions.poll(); in nextInteraction() local
147 if (interaction != null) { in nextInteraction()
148 doInteraction(interaction); in nextInteraction()
154 private void doInteraction(Interaction interaction) { in doInteraction() argument
161 if (interaction.getType() == Interaction.Type.KEY_EVENT) { in doInteraction()
162 for (int code : interaction.getKeyCodes()) { in doInteraction()
170 for (MotionEvent event : interaction.getEvents()) { in doInteraction()
/frameworks/base/core/java/android/service/contentsuggestions/
DContentSuggestionsService.java111 public void notifyInteraction(String requestId, Bundle interaction) {
114 ContentSuggestionsService.this, requestId, interaction));
161 @NonNull String requestId, @NonNull Bundle interaction); in onNotifyInteraction() argument
DIContentSuggestionsService.aidl43 void notifyInteraction(in String requestId, in Bundle interaction); in notifyInteraction() argument
/frameworks/base/core/java/android/app/contentsuggestions/
DContentSuggestionsManager.java164 @NonNull String requestId, @NonNull Bundle interaction) { in notifyInteraction() argument
171 mService.notifyInteraction(mUser, requestId, interaction); in notifyInteraction()
DIContentSuggestionsManager.aidl41 void notifyInteraction(int userId, in String requestId, in Bundle interaction); in notifyInteraction() argument
/frameworks/base/core/java/com/android/internal/logging/
DEventLogTags.logtags5 # interaction logs
/frameworks/base/packages/SystemUI/docs/
Dplugin_hooks.md12 Notes: To not mess up the notification panel interaction, much of the QSContainer interface needs t…
17 …o add or change system QS tiles, can also be used to change the layout/interaction of the tile vie…
/frameworks/base/core/proto/android/debug/
Denums.proto45 * The adb connection was automatically allowed without user interaction due to the system
/frameworks/opt/net/ims/
DREADME.txt9 - 3GPP TS 26.114 : IMS media handling and interaction
/frameworks/base/core/proto/android/providers/settings/
Dsecure.proto99 // The current assistant component. It could be a voice interaction service,
523 // The currently selected voice interaction service flattened ComponentName.
/frameworks/base/core/proto/android/app/
Dsettings_enums.proto621 // ACTION: An interaction with a Slice or other component in the Panel.
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto6416 // FIELD: Millis since caller app's process record last interaction event
6422 // FIELD: Millis since caller app's process record fg interaction
7043 // ACTION: An interaction with a Slice or other component in the Panel.
/frameworks/base/cmds/statsd/src/
Datoms.proto3835 * Logs user interaction with the Privacy Indicators added in Q. In particular:
6529 // to reconnect via adb without user interaction.
7446 // View / interaction recorded
/frameworks/native/vulkan/api/
Dvulkan.api1459 // added as interaction from VK_KHR_device_group / VK 1.1