Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DQuickSettingsControllerImplWithCoroutinesTest.kt35 mTestScope.runTest { in isExpansionEnabled_dozing_false()
46 mTestScope.runTest { in isExpansionEnabled_notDozing_true()
57 mTestScope.runTest { in isExpansionEnabled_qsDisabled_false()
72 mTestScope.runTest { in isExpansionEnabled_shadeDisabled_false()
87 mTestScope.runTest { in isExpansionEnabled_qsAndShadeEnabled_true()
DQuickSettingsControllerImplBaseTest.java116 protected TestScope mTestScope = mKosmos.getTestScope(); field in QuickSettingsControllerImplBaseTest
203 mTestScope); in setup()
214 mTestScope.getBackgroundScope(), in setup()
224 mTestScope.getBackgroundScope(), in setup()
308 new JavaAdapter(mTestScope.getBackgroundScope()), in setup()
DNotificationPanelViewControllerBaseTest.java365 protected TestScope mTestScope = mKosmos.getTestScope(); field in NotificationPanelViewControllerBaseTest
434 mTestScope.getBackgroundScope(), in setup()
444 mTestScope.getBackgroundScope(), in setup()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DLightBarControllerTest.java83 private final TestScope mTestScope = TestScopeProvider.getTestScope(); field in LightBarControllerTest
97 new JavaAdapter(mTestScope), in setup()
130 mTestScope.getTestScheduler().advanceUntilIdle(); in testOnStatusBarAppearanceChanged_multipleStacks_allStacksLight()
151 mTestScope.getTestScheduler().advanceUntilIdle(); in testOnStatusBarAppearanceChanged_multipleStacks_oneStackLightOneStackDark()
174 mTestScope.getTestScheduler().advanceUntilIdle(); in testOnStatusBarAppearanceChanged_multipleStacks_oneStackDarkOneStackLight()
199 mTestScope.getTestScheduler().advanceUntilIdle(); in testOnStatusBarAppearanceChanged_multipleStacks_oneStackLightMultipleStackDark()
223 mTestScope.getTestScheduler().advanceUntilIdle(); in testOnStatusBarAppearanceChanged_multipleStacks_allStacksDark()
240 mTestScope.getTestScheduler().advanceUntilIdle(); in testOnStatusBarAppearanceChanged_singleStack_light()
258 mTestScope.getTestScheduler().advanceUntilIdle(); in testOnStatusBarAppearanceChanged_singleStack_dark()
275 mTestScope.getTestScheduler().advanceUntilIdle(); in testOnStatusBarAppearanceChanged_statusBarModeChanged_statusRedrawn()
[all …]
DScrimControllerTest.java123 private final TestScope mTestScope = mKosmos.getTestScope(); field in ScrimControllerTest
124 private final JavaAdapter mJavaAdapter = new JavaAdapter(mTestScope.getBackgroundScope());
310 mTestScope.getTestScheduler().runCurrent(); in setup()
415 mTestScope.getTestScheduler().runCurrent(); in transitionToAod_withAodWallpaper()
439 mTestScope.getTestScheduler().runCurrent(); in transitionToAod_withAodWallpaperAndLockScreenWallpaper()
458 mTestScope.getTestScheduler().runCurrent(); in setHasBackdrop_withAodWallpaperAndAlbumArt()
573 mTestScope.getTestScheduler().runCurrent(); in transitionToPulsing_withFrontAlphaUpdates()
654 mTestScope.getTestScheduler().runCurrent(); in lockscreenToHubTransition_setsBehindScrimAlpha()
667 mTestScope.getTestScheduler().runCurrent(); in lockscreenToHubTransition_setsBehindScrimAlpha()
680 mTestScope.getTestScheduler().runCurrent(); in lockscreenToHubTransition_setsBehindScrimAlpha()
[all …]
DCentralSurfacesImplTest.java242 private final TestScope mTestScope = mKosmos.getTestScope(); field in CentralSurfacesImplTest
524 new JavaAdapter(mTestScope), in createCentralSurfaces()
926 mTestScope.getTestScheduler().runCurrent(); in testEnteringGlanceableHub_updatesScrim()
935 mTestScope.getTestScheduler().runCurrent(); in testEnteringGlanceableHub_updatesScrim()
951 mTestScope.getTestScheduler().runCurrent(); in testEnteringGlanceableHub_whenDreaming_updatesScrim()
960 mTestScope.getTestScheduler().runCurrent(); in testEnteringGlanceableHub_whenDreaming_updatesScrim()
1177 mTestScope.getTestScheduler().runCurrent(); in brightnesShowingChanged_flagEnabled_ScrimControllerNotified()
1181 mTestScope.getTestScheduler().runCurrent(); in brightnesShowingChanged_flagEnabled_ScrimControllerNotified()
1194 mTestScope.getTestScheduler().runCurrent(); in brightnesShowingChanged_flagDisabled_ScrimControllerNotified()
DKeyguardStatusBarViewControllerTest.java153 private final TestScope mTestScope = TestScopeProvider.getTestScope(); field in KeyguardStatusBarViewControllerTest
180 mTestScope); in setup()
183 mTestScope.getBackgroundScope(), in setup()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationGutsManagerTest.java127 private final TestScope mTestScope = mKosmos.getTestScope(); field in NotificationGutsManagerTest
128 private final JavaAdapter mJavaAdapter = new JavaAdapter(mTestScope.getBackgroundScope());
177 mTestScope.getBackgroundScope(), in setUp()
267 mTestScope.getTestScheduler().runCurrent(); in testLockscreenShadeVisible_visible_gutsNotClosed()
274 mTestScope.getTestScheduler().runCurrent(); in testLockscreenShadeVisible_visible_gutsNotClosed()
286 mTestScope.getTestScheduler().runCurrent(); in testLockscreenShadeVisible_notVisible_gutsClosed()
293 mTestScope.getTestScheduler().runCurrent(); in testLockscreenShadeVisible_notVisible_gutsClosed()
309 mTestScope.getTestScheduler().runCurrent(); in testLockscreenShadeVisible_notVisible_listContainerReset()
313 mTestScope.getTestScheduler().runCurrent(); in testLockscreenShadeVisible_notVisible_listContainerReset()
DNotificationTestHelper.java153 private final TestScope mTestScope = TestScopeProvider.getTestScope(); field in NotificationTestHelper
155 mTestScope.getBackgroundScope().getCoroutineContext();
156 private final CoroutineContext mMainCoroutineContext = mTestScope.getCoroutineContext();
192 mTestScope, in NotificationTestHelper()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DVisualStabilityCoordinatorTest.java102 private final TestScope mTestScope = mKosmos.getTestScope(); field in VisualStabilityCoordinatorTest
103 private final JavaAdapter mJavaAdapter = new JavaAdapter(mTestScope.getBackgroundScope());
133 mTestScope.getTestScheduler().runCurrent(); in setUp()
581 mTestScope.getTestScheduler().runCurrent(); in setActivityLaunching()
586 mTestScope.getTestScheduler().runCurrent(); in setPanelCollapsing()
596 mTestScope.getTestScheduler().runCurrent(); in setCommunalShowing()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
DNotificationLoggerTest.java117 private final TestScope mTestScope = mKosmos.getTestScope(); field in NotificationLoggerTest
127 private final JavaAdapter mJavaAdapter = new JavaAdapter(mTestScope.getBackgroundScope());
135 mTestScope.getBackgroundScope(), in setUp()
306 mTestScope.getTestScheduler().runCurrent(); in setStateAsleep()
311 mTestScope.getTestScheduler().runCurrent(); in setStateAwake()
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DCarrierTextManagerTest.java135 private final TestScope mTestScope = mKosmos.getTestScope(); field in CarrierTextManagerTest
136 private final JavaAdapter mJavaAdapter = new JavaAdapter(mTestScope.getBackgroundScope());
490 mTestScope.getTestScheduler().runCurrent(); in carrierText_satelliteTextNull_isSatelliteFalse_textNotUsed()
515 mTestScope.getTestScheduler().runCurrent(); in carrierText_hasSatelliteText_isSatelliteTrue_textUsed()
540 mTestScope.getTestScheduler().runCurrent(); in carrierText_satelliteTextUpdates_autoTriggersCallback()
555 mTestScope.getTestScheduler().runCurrent(); in carrierText_satelliteTextUpdates_autoTriggersCallback()
576 mTestScope.getTestScheduler().runCurrent(); in carrierText_updatedWhileNotListening_getsNewValueWhenListening()
601 mTestScope.getTestScheduler().runCurrent(); in carrierText_updatedWhileNotListening_getsNewValueWhenListening()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/
DCastTileTest.java113 private final TestScope mTestScope = TestScopeProvider.getTestScope(); field in CastTileTest
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
DKeyguardViewMediatorTest.java157 private final TestScope mTestScope = TestScopeProvider.getTestScope(); field in KeyguardViewMediatorTest
158 private final JavaAdapter mJavaAdapter = new JavaAdapter(mTestScope.getBackgroundScope());