Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/audio/
H A DCarAudioFocusTest.java362 int interaction = INTERACTION_REJECT; in rejectedInteractions_focusRequestRejected() local
464 int interaction = INTERACTION_CONCURRENT; in testConcurrentInteractions() local
568 int interaction = INTERACTION_EXCLUSIVE; in testExclusiveInteractions() local
636 int interaction, in testInteraction()
/aosp12/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/ui/automation/
H A 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()
/aosp14/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/ui/automation/
H A 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()
/aosp12/frameworks/base/core/java/android/service/contentsuggestions/
H A DContentSuggestionsService.java161 @NonNull String requestId, @NonNull Bundle interaction); in onNotifyInteraction()
H A DIContentSuggestionsService.aidl43 void notifyInteraction(in String requestId, in Bundle interaction); in notifyInteraction()
/aosp14/frameworks/base/core/java/android/service/contentsuggestions/
H A DContentSuggestionsService.java162 @NonNull String requestId, @NonNull Bundle interaction); in onNotifyInteraction()
H A DIContentSuggestionsService.aidl43 void notifyInteraction(in String requestId, in Bundle interaction); in notifyInteraction()
/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/applications/assist/
H A DVoiceInputUtilsTest.java60 ComponentName interaction = new ComponentName(TEST_PACKAGE, TEST_CLASS_1); in getCurrentService_hasInteraction_returnsInteraction() local
/aosp12/frameworks/base/core/java/android/app/contentsuggestions/
H A DIContentSuggestionsManager.aidl46 void notifyInteraction(int userId, in String requestId, in Bundle interaction); in notifyInteraction()
H A DContentSuggestionsManager.java189 @NonNull String requestId, @NonNull Bundle interaction) { in notifyInteraction()
/aosp14/frameworks/base/core/java/android/app/contentsuggestions/
H A DIContentSuggestionsManager.aidl46 void notifyInteraction(int userId, in String requestId, in Bundle interaction); in notifyInteraction()
H A DContentSuggestionsManager.java189 @NonNull String requestId, @NonNull Bundle interaction) { in notifyInteraction()
/aosp12/packages/apps/Dialer/java/com/android/dialer/logging/
H A DLoggingBindingsStub.java35 public void logInteraction(InteractionEvent.Type interaction) {} in logInteraction()
H A DLoggingBindings.java56 void logInteraction(InteractionEvent.Type interaction); in logInteraction()