Searched refs:coroutineDispatcher (Results 1 – 4 of 4) sorted by relevance
35 @Background private val coroutineDispatcher: CoroutineDispatcher, in loadThumbnail() constant in com.android.systemui.mediaprojection.appselector.data.ActivityTaskManagerThumbnailLoader40 withContext(coroutineDispatcher) { in loadThumbnail()47 withContext(coroutineDispatcher) { in loadThumbnail()
36 @Background private val coroutineDispatcher: CoroutineDispatcher, in loadLabel() constant in com.android.systemui.mediaprojection.appselector.data.ActivityTaskManagerLabelLoader46 withContext(coroutineDispatcher) { in loadLabel()
43 @Background private val coroutineDispatcher: CoroutineDispatcher, constant in com.android.systemui.mediaprojection.appselector.data.ShellRecentTaskListProvider53 withContext(coroutineDispatcher) { in loadRecentTasks()
66 val coroutineDispatcher = UnconfinedTestDispatcher() in setUp() constant67 testScope = TestScope(coroutineDispatcher) in setUp()72 backgroundDispatcher = coroutineDispatcher, in setUp()