Home
last modified time | relevance | path

Searched refs:hasAssistantAttention (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/dreams/
DDreamOverlayStateControllerTest.java352 assertThat(stateController.hasAssistantAttention()).isFalse(); in testNotifyHasAssistantAttentionChanged()
358 assertThat(stateController.hasAssistantAttention()).isTrue(); in testNotifyHasAssistantAttentionChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/
DDreamOverlayStateController.java298 public boolean hasAssistantAttention() { in hasAssistantAttention() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/ambient/statusbar/ui/
DAmbientStatusBarViewController.java273 mDreamOverlayStateController.hasAssistantAttention(), in updateAssistantAttentionIcon()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/ambient/statusbar/ui/
DAmbientStatusBarViewControllerTest.java397 when(mDreamOverlayStateController.hasAssistantAttention()).thenReturn(true); in testAssistantAttentionIconShownWhenAttentionGained()