Home
last modified time | relevance | path

Searched defs:mainDispatcher (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/dagger/
H A DClockRegistryModule.java52 @Main CoroutineDispatcher mainDispatcher, in getClockRegistry()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/kotlin/
H A DCoroutinesModule.kt26 fun mainDispatcher(): CoroutineDispatcher = Dispatchers.Main.immediate regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/dagger/
H A DKeyguardModule.java106 public static KeyguardViewMediator newKeyguardViewMediator( in newKeyguardViewMediator()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/repository/
H A DKeyguardRepositoryImplTest.kt87 private val mainDispatcher = StandardTestDispatcher() regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DScrimController.java309 @Main CoroutineDispatcher mainDispatcher, in ScrimController()
H A DStatusBarKeyguardViewManager.java343 public StatusBarKeyguardViewManager( in StatusBarKeyguardViewManager()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java692 public NotificationPanelViewController(NotificationPanelView view, in NotificationPanelViewController()