Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationPanelViewControllerWithCoroutinesTest.kt104 verify(mUserSwitcherStubView).inflate()
121 verify(mUserSwitcherStubView, never()).inflate()
141 verify(mUserSwitcherStubView, never()).inflate()
H A DNotificationPanelViewControllerBaseTest.java212 @Mock protected ViewStub mUserSwitcherStubView; field in NotificationPanelViewControllerBaseTest
404 mUserSwitcherStubView); in setup()