Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelViewControllerTest.java661 final View userSwitcherStub = CollectionUtils.find(captor.getAllValues(), in testDisableUserSwitcherAfterEnabling_returnsViewStubToTheViewHierarchy() local
663 assertThat(userSwitcherStub).isNotNull(); in testDisableUserSwitcherAfterEnabling_returnsViewStubToTheViewHierarchy()
664 assertThat(userSwitcherStub).isInstanceOf(ViewStub.class); in testDisableUserSwitcherAfterEnabling_returnsViewStubToTheViewHierarchy()