Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/utils/
DCoroutineTestRule.kt29 private val mainDispatcher = StandardTestDispatcher(scheduler) constant in com.android.healthconnect.controller.tests.utils.CoroutineTestRule
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/permissions/connectedapps/searchapps/
DSearchHealthPermissionApps.kt29 constructor(@MainDispatcher private val mainDispatcher: CoroutineDispatcher) { in <lambda>() constant in com.android.healthconnect.controller.permissions.connectedapps.searchapps.SearchHealthPermissionApps
/packages/modules/IntentResolver/java/src/com/android/intentresolver/inject/
DConcurrencyModule.kt41 @Provides @Main fun mainDispatcher(): CoroutineDispatcher = Dispatchers.Main.immediate in mainDispatcher() method
/packages/apps/ThemePicker/src/com/android/customization/picker/clock/data/repository/
DClockRegistryProvider.kt44 private val mainDispatcher: CoroutineDispatcher, constant in com.android.customization.picker.clock.data.repository.ClockRegistryProvider
/packages/apps/Car/SystemUI/src/com/android/systemui/car/keyguard/
DCarKeyguardModule.java110 static KeyguardViewMediator newKeyguardViewMediator( in newKeyguardViewMediator()
DCarKeyguardViewMediator.java96 public CarKeyguardViewMediator(Context context, in CarKeyguardViewMediator()
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/features/snackbar/
DSnackbarFeatureTest.kt100 @BindValue @Main val mainDispatcher: CoroutineDispatcher = testDispatcher constant in com.android.photopicker.features.snackbar.SnackbarFeatureTest
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/features/cloudmedia/
DCloudMediaFeatureTest.kt97 @BindValue @Main val mainDispatcher: CoroutineDispatcher = testDispatcher constant in com.android.photopicker.features.cloudmedia.CloudMediaFeatureTest
DMediaPreloaderTest.kt124 @BindValue @Main val mainDispatcher: CoroutineDispatcher = testDispatcher constant in com.android.photopicker.features.cloudmedia.MediaPreloaderTest
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/features/navigationbar/
DNavigationBarFeatureTest.kt104 @BindValue @Main val mainDispatcher: CoroutineDispatcher = testDispatcher constant in com.android.photopicker.features.navigationbar.NavigationBarFeatureTest
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/features/overflowmenu/
DOverflowMenuFeatureTest.kt101 @BindValue @Main val mainDispatcher: CoroutineDispatcher = testDispatcher constant in com.android.photopicker.features.overflowmenu.OverflowMenuFeatureTest
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/features/profileselector/
DProfileSelectorFeatureTest.kt103 @BindValue @Main val mainDispatcher: CoroutineDispatcher = testDispatcher constant in com.android.photopicker.features.profileselector.ProfileSelectorFeatureTest
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/features/photogrid/
DPhotoGridFeatureTest.kt113 @BindValue @Main val mainDispatcher: CoroutineDispatcher = testDispatcher constant in com.android.photopicker.features.photogrid.PhotoGridFeatureTest
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/features/selectionbar/
DSelectionBarFeatureTest.kt113 @BindValue @Main val mainDispatcher: CoroutineDispatcher = testDispatcher constant in com.android.photopicker.features.selectionbar.SelectionBarFeatureTest
/packages/apps/ThemePicker/src/com/android/customization/module/
DThemePickerInjector.kt94 @MainDispatcher private val mainDispatcher: CoroutineDispatcher, in <lambda>() constant in com.android.customization.module.ThemePickerInjector
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/features/preview/
DPreviewFeatureTest.kt143 @BindValue @Main val mainDispatcher: CoroutineDispatcher = testDispatcher constant in com.android.photopicker.features.preview.PreviewFeatureTest