Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DQuickSettingsControllerTest.java223 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()
H A DQuickSettingsControllerBaseTest.java108 @Mock protected QSFragment mQSFragment; field in QuickSettingsControllerBaseTest
199 when(mQSFragment.getView()).thenReturn(mPanelView); in setup()
H A DNotificationPanelViewControllerBaseTest.java289 @Mock protected QSFragment mQSFragment; field in NotificationPanelViewControllerBaseTest
449 when(mQSFragment.getView()).thenReturn(mView); in setup()