Home
last modified time | relevance | path

Searched defs:interaction (Results 1 – 7 of 7) 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.java162 @NonNull String requestId, @NonNull Bundle interaction); in onNotifyInteraction()
/frameworks/native/services/inputflinger/
DInputDeviceMetricsCollector.cpp343 void InputDeviceMetricsCollector::onInputDeviceInteraction(const Interaction& interaction) { in onInputDeviceInteraction()
354 for (auto interaction = mInteractionsQueue.pop(); interaction; in reportCompletedSessions() local
400 void InputDeviceMetricsCollector::ActiveSession::recordInteraction(const Interaction& interaction) { in recordInteraction()
/frameworks/proto_logging/stats/atoms/wearservices/
Dwearservices_extension_atoms.proto146 optional android.app.wearservices.CallInteraction interaction = 1; field
/frameworks/base/core/java/android/app/contentsuggestions/
DIContentSuggestionsManager.aidl46 void notifyInteraction(int userId, in String requestId, in Bundle interaction); in notifyInteraction()
DContentSuggestionsManager.java189 @NonNull String requestId, @NonNull Bundle interaction) { in notifyInteraction()