/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/clipboardoverlay/ |
D | ClipboardImageLoaderTest.kt | 55 val testDispatcher = StandardTestDispatcher(this.testScheduler) in <lambda>() constant 57 ClipboardImageLoader(mockContext, testDispatcher, CoroutineScope(testDispatcher)) in <lambda>() 71 val testDispatcher = StandardTestDispatcher(this.testScheduler) in <lambda>() constant 73 ClipboardImageLoader(mockContext, testDispatcher, CoroutineScope(testDispatcher)) in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/user/ui/viewmodel/ |
D | UserSwitcherViewModelTest.kt | 90 private lateinit var testDispatcher: TestDispatcher in <lambda>() variable in com.android.systemui.user.ui.viewmodel.UserSwitcherViewModelTest 104 testDispatcher = UnconfinedTestDispatcher() in <lambda>() 105 testScope = TestScope(testDispatcher) in <lambda>() 132 mainDispatcher = testDispatcher, in <lambda>() 139 mainDispatcher = testDispatcher, in <lambda>() 140 backgroundDispatcher = testDispatcher, in <lambda>() 173 backgroundDispatcher = testDispatcher, in <lambda>() 174 mainDispatcher = testDispatcher, in <lambda>() 219 val job = launch(testDispatcher) { underTest.users.toList(userViewModels) } in <lambda>() 248 val job = launch(testDispatcher) { underTest.maximumUserColumns.toList(values) } in <lambda>() [all …]
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/mediaprojection/taskswitcher/ |
D | TaskSwitcherKosmos.kt | 21 import com.android.systemui.kosmos.testDispatcher 38 backgroundDispatcher = testDispatcher in <lambda>() 48 Kosmos.Fixture { TaskSwitcherNotificationViewModel(taskSwitcherInteractor, testDispatcher) } in <lambda>() 51 fun taskSwitcherKosmos() = Kosmos().apply { testDispatcher = UnconfinedTestDispatcher() } in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/ui/ |
D | SystemBarUtilsStateKosmos.kt | 21 import com.android.systemui.kosmos.testDispatcher 26 testDispatcher, in <lambda>() 27 testDispatcher, in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/domain/interactor/ |
D | FromDreamingLockscreenHostedTransitionInteractorKosmos.kt | 22 import com.android.systemui.kosmos.testDispatcher 32 bgDispatcher = testDispatcher, in <lambda>() 33 mainDispatcher = testDispatcher, in <lambda>()
|
D | FromGlanceableHubTransitionInteractorKosmos.kt | 22 import com.android.systemui.kosmos.testDispatcher 32 bgDispatcher = testDispatcher, in <lambda>() 33 mainDispatcher = testDispatcher, in <lambda>()
|
D | FromDreamingTransitionInteractorKosmos.kt | 22 import com.android.systemui.kosmos.testDispatcher 32 bgDispatcher = testDispatcher, in <lambda>() 33 mainDispatcher = testDispatcher, in <lambda>()
|
D | FromOccludedTransitionInteractorKosmos.kt | 23 import com.android.systemui.kosmos.testDispatcher 33 bgDispatcher = testDispatcher, in <lambda>() 34 mainDispatcher = testDispatcher, in <lambda>()
|
D | FromAodTransitionInteractorKosmos.kt | 23 import com.android.systemui.kosmos.testDispatcher 33 bgDispatcher = testDispatcher, in <lambda>() 34 mainDispatcher = testDispatcher, in <lambda>()
|
D | FromLockscreenTransitionInteractorKosmos.kt | 22 import com.android.systemui.kosmos.testDispatcher 33 bgDispatcher = testDispatcher, in <lambda>() 34 mainDispatcher = testDispatcher, in <lambda>()
|
D | FromDozingTransitionInteractorKosmos.kt | 24 import com.android.systemui.kosmos.testDispatcher 34 bgDispatcher = testDispatcher, in <lambda>() 35 mainDispatcher = testDispatcher, in <lambda>()
|
D | FromAlternateBouncerTransitionInteractorKosmos.kt | 24 import com.android.systemui.kosmos.testDispatcher 36 bgDispatcher = testDispatcher, in <lambda>() 37 mainDispatcher = testDispatcher, in <lambda>()
|
D | FromPrimaryBouncerTransitionInteractorKosmos.kt | 24 import com.android.systemui.kosmos.testDispatcher 35 bgDispatcher = testDispatcher, in <lambda>() 36 mainDispatcher = testDispatcher, in <lambda>()
|
D | FromGoneTransitionInteractorKosmos.kt | 25 import com.android.systemui.kosmos.testDispatcher 35 bgDispatcher = testDispatcher, in <lambda>() 36 mainDispatcher = testDispatcher, in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/user/domain/interactor/ |
D | GuestUserInteractorKosmos.kt | 27 import com.android.systemui.kosmos.testDispatcher 36 mainDispatcher = testDispatcher, in <lambda>() 37 backgroundDispatcher = testDispatcher, in <lambda>()
|
D | UserSwitcherInteractorKosmos.kt | 29 import com.android.systemui.kosmos.testDispatcher 50 backgroundDispatcher = testDispatcher, in <lambda>() 51 mainDispatcher = testDispatcher, in <lambda>()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/accessibility/data/repository/ |
D | AccessibilityQsShortcutsRepositoryImplTest.kt | 46 private val testDispatcher = StandardTestDispatcher() constant in com.android.systemui.accessibility.data.repository.AccessibilityQsShortcutsRepositoryImplTest 47 private val testScope = TestScope(testDispatcher) 57 testDispatcher, in create() 70 testDispatcher in setUp()
|
D | UserA11yQsShortcutsRepositoryTest.kt | 37 private val testDispatcher = StandardTestDispatcher() constant 38 private val testScope = TestScope(testDispatcher) 45 testDispatcher
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/data/quickaffordance/ |
D | MuteQuickAffordanceConfigTest.kt | 61 private lateinit var testDispatcher: TestDispatcher variable in com.android.systemui.keyguard.data.quickaffordance.MuteQuickAffordanceConfigTest 68 testDispatcher = StandardTestDispatcher() in setUp() 69 testScope = TestScope(testDispatcher) in setUp() 82 testDispatcher, in setUp() 83 testDispatcher, in setUp()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/ui/preview/ |
D | KeyguardRemotePreviewManagerTest.kt | 19 private val testDispatcher = StandardTestDispatcher() constant 20 private val testScope = TestScope(testDispatcher) 28 val observer = PreviewLifecycleObserver(this, testDispatcher, renderer, onDestroy) in onDestroy_clearsReferencesToRenderer()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/icon/domain/interactor/ |
D | NotificationIconsInteractorKosmos.kt | 24 import com.android.systemui.kosmos.testDispatcher 34 bgContext = testDispatcher, in <lambda>() 42 bgContext = testDispatcher, in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/qs/pipeline/domain/interactor/ |
D | CurrentTilesInteractorKosmos.kt | 21 import com.android.systemui.kosmos.testDispatcher 50 testDispatcher, in <lambda>() 51 testDispatcher, in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/domain/interactor/ |
D | ActiveNotificationsInteractorKosmos.kt | 20 import com.android.systemui.kosmos.testDispatcher 25 ActiveNotificationsInteractor(activeNotificationListRepository, testDispatcher) in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/data/repository/ |
D | KeyguardTransitionRepositoryKosmos.kt | 20 import com.android.systemui.kosmos.testDispatcher 26 Kosmos.Fixture { KeyguardTransitionRepositoryImpl(testDispatcher) } in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/controls/panels/ |
D | SelectedComponentRepositoryKosmos.kt | 20 import com.android.systemui.kosmos.testDispatcher 26 SelectedComponentRepositoryImpl(fakeUserFileManager, fakeUserTracker, testDispatcher) in <lambda>()
|