Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationShadeWindowViewControllerTest.kt579 val communalView = View(context) in setsUpCommunalHubLayout_whenFlagEnabled() constant
581 .thenReturn(communalView) in setsUpCommunalHubLayout_whenFlagEnabled()
605 verify(view).addView(eq(communalView), eq(fakeViewIndex)) in setsUpCommunalHubLayout_whenFlagEnabled()