Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotProxyService.kt36 @Main private val mMainDispatcher: CoroutineDispatcher, constant in com.android.systemui.screenshot.ScreenshotProxyService
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationPanelViewControllerBaseTest.java311 @Mock protected CoroutineDispatcher mMainDispatcher; field in NotificationPanelViewControllerBaseTest
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DScrimControllerTest.java146 @Mock private CoroutineDispatcher mMainDispatcher; field in ScrimControllerTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DScrimController.java273 private CoroutineDispatcher mMainDispatcher; field in ScrimController
DStatusBarKeyguardViewManager.java406 CoroutineDispatcher mMainDispatcher; field in StatusBarKeyguardViewManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java613 private final CoroutineDispatcher mMainDispatcher; field in NotificationPanelViewController