Home
last modified time | relevance | path

Searched defs:interaction (Results 1 – 5 of 5) 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()
146 Interaction interaction = mInteractions.poll(); in nextInteraction() local
154 private void doInteraction(Interaction interaction) { in doInteraction()
/frameworks/base/core/java/android/service/contentsuggestions/
DIContentSuggestionsService.aidl43 void notifyInteraction(in String requestId, in Bundle interaction); in notifyInteraction()
DContentSuggestionsService.java161 @NonNull String requestId, @NonNull Bundle interaction); in onNotifyInteraction()
/frameworks/base/core/java/android/app/contentsuggestions/
DIContentSuggestionsManager.aidl46 void notifyInteraction(int userId, in String requestId, in Bundle interaction); in notifyInteraction()
DContentSuggestionsManager.java187 @NonNull String requestId, @NonNull Bundle interaction) { in notifyInteraction()