Home
last modified time | relevance | path

Searched refs:getMainDispatcher (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationPanelViewControllerWithCoroutinesTest.kt62 override fun getMainDispatcher() = Dispatchers.Main.immediate
H A DNotificationPanelViewControllerBaseTest.java355 mMainDispatcher = getMainDispatcher(); in setup()
849 protected CoroutineDispatcher getMainDispatcher() { in getMainDispatcher() method in NotificationPanelViewControllerBaseTest