Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
DQSImplTest.java111 @Mock private FooterActionsViewModel mFooterActionsViewModel; field in QSImplTest
303 verify(mFooterActionsViewModel).onQuickSettingsExpansionChanged( in setQsExpansion_inSplitShade_setsFooterActionsExpansion_basedOnPanelExpFraction()
320 verify(mFooterActionsViewModel).onQuickSettingsExpansionChanged( in setQsExpansion_notInSplitShade_setsFooterActionsExpansion_basedOnExpansion()
528 clearInvocations(mFooterActionsViewModel, mFooterActionsViewModelFactory); in testSceneContainerFlagsEnabled_FooterActionsRemoved_controllerNotStarted()
534 verifyZeroInteractions(mFooterActionsViewModel, mFooterActionsViewModelFactory); in testSceneContainerFlagsEnabled_FooterActionsRemoved_controllerNotStarted()
590 when(mFooterActionsViewModelFactory.create(any())).thenReturn(mFooterActionsViewModel); in setUpOther()