Home
last modified time | relevance | path

Searched defs:mMainDispatcher (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationPanelViewControllerBaseTest.java311 @Mock protected CoroutineDispatcher mMainDispatcher; field in NotificationPanelViewControllerBaseTest
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DScrimControllerTest.java146 @Mock private CoroutineDispatcher mMainDispatcher; field in ScrimControllerTest
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DScrimController.java273 private CoroutineDispatcher mMainDispatcher; field in ScrimController
H A DStatusBarKeyguardViewManager.java406 CoroutineDispatcher mMainDispatcher; field in StatusBarKeyguardViewManager
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java613 private final CoroutineDispatcher mMainDispatcher; field in NotificationPanelViewController