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 D | CarAudioFocusTest.java | 362 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 D | Automator.java | 59 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 D | Automator.java | 59 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 D | ContentSuggestionsService.java | 161 @NonNull String requestId, @NonNull Bundle interaction); in onNotifyInteraction()
|
H A D | IContentSuggestionsService.aidl | 43 void notifyInteraction(in String requestId, in Bundle interaction); in notifyInteraction()
|
/aosp14/frameworks/base/core/java/android/service/contentsuggestions/ |
H A D | ContentSuggestionsService.java | 162 @NonNull String requestId, @NonNull Bundle interaction); in onNotifyInteraction()
|
H A D | IContentSuggestionsService.aidl | 43 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 D | VoiceInputUtilsTest.java | 60 ComponentName interaction = new ComponentName(TEST_PACKAGE, TEST_CLASS_1); in getCurrentService_hasInteraction_returnsInteraction() local
|
/aosp12/frameworks/base/core/java/android/app/contentsuggestions/ |
H A D | IContentSuggestionsManager.aidl | 46 void notifyInteraction(int userId, in String requestId, in Bundle interaction); in notifyInteraction()
|
H A D | ContentSuggestionsManager.java | 189 @NonNull String requestId, @NonNull Bundle interaction) { in notifyInteraction()
|
/aosp14/frameworks/base/core/java/android/app/contentsuggestions/ |
H A D | IContentSuggestionsManager.aidl | 46 void notifyInteraction(int userId, in String requestId, in Bundle interaction); in notifyInteraction()
|
H A D | ContentSuggestionsManager.java | 189 @NonNull String requestId, @NonNull Bundle interaction) { in notifyInteraction()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/logging/ |
H A D | LoggingBindingsStub.java | 35 public void logInteraction(InteractionEvent.Type interaction) {} in logInteraction()
|
H A D | LoggingBindings.java | 56 void logInteraction(InteractionEvent.Type interaction); in logInteraction()
|