Searched refs:mFooterActionsViewModel (Results 1 – 1 of 1) sorted by relevance
111 @Mock private FooterActionsViewModel mFooterActionsViewModel; field in QSImplTest303 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()