Searched refs:mQSFragment (Results 1 – 3 of 3) sorted by relevance
223 mFragmentListener.onFragmentViewCreated(QS.TAG, mQSFragment); in onQsFragmentAttached_fullWidth_setsFullWidthTrueOnQS()225 verify(mQSFragment).setIsNotificationPanelFullWidth(true); in onQsFragmentAttached_fullWidth_setsFullWidthTrueOnQS()231 mFragmentListener.onFragmentViewCreated(QS.TAG, mQSFragment); in onQsFragmentAttached_notFullWidth_setsFullWidthFalseOnQS()233 verify(mQSFragment).setIsNotificationPanelFullWidth(false); in onQsFragmentAttached_notFullWidth_setsFullWidthFalseOnQS()
108 @Mock protected QSFragment mQSFragment; field in QuickSettingsControllerBaseTest199 when(mQSFragment.getView()).thenReturn(mPanelView); in setup()
289 @Mock protected QSFragment mQSFragment; field in NotificationPanelViewControllerBaseTest449 when(mQSFragment.getView()).thenReturn(mView); in setup()