Home
last modified time | relevance | path

Searched refs:Background (Results 1 – 25 of 55) sorted by relevance

123

/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/inject/
DEmbeddedServiceModule.kt97 @Background backgroundDispatcher: CoroutineDispatcher, in <lambda>()
125 @Background in <lambda>()
127 @Background dispatcher: CoroutineDispatcher, in <lambda>()
153 @Background scope: CoroutineScope, in <lambda>()
154 @Background dispatcher: CoroutineDispatcher, in <lambda>()
181 @Background scope: CoroutineScope, in <lambda>()
182 @Background dispatcher: CoroutineDispatcher, in <lambda>()
214 @Background scope: CoroutineScope, in <lambda>()
228 @Background scope: CoroutineScope, in <lambda>()
294 @Background scope: CoroutineScope, in <lambda>()
[all …]
DActivityModule.kt85 @Background
87 @Background dispatcher: CoroutineDispatcher, in provideBackgroundScope()
107 @ActivityRetainedScoped @Background scope: CoroutineScope, in provideConfigurationManager()
108 @Background dispatcher: CoroutineDispatcher, in provideConfigurationManager()
138 @ActivityRetainedScoped @Background scope: CoroutineScope, in provideDataService()
139 @Background dispatcher: CoroutineDispatcher, in provideDataService()
171 @Background scope: CoroutineScope, in provideEvents()
186 @ActivityRetainedScoped @Background scope: CoroutineScope, in provideFeatureManager()
248 @ActivityRetainedScoped @Background scope: CoroutineScope, in provideSelection()
287 @ActivityRetainedScoped @Background scope: CoroutineScope, in provideUserMonitor()
[all …]
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/inject/
DPhotopickerTestModule.kt22 import com.android.photopicker.core.Background
86 @Background backgroundDispatcher: CoroutineDispatcher, in provideViewModelFactory()
110 @Background scope: CoroutineScope, in createConfigurationManager()
111 @Background dispatcher: CoroutineDispatcher, in createConfigurationManager()
141 @Background scope: CoroutineScope, in createUserMonitor()
142 @Background dispatcher: CoroutineDispatcher, in createUserMonitor()
163 @Background scope: CoroutineScope, in createEvents()
173 @Background scope: CoroutineScope, in createFeatureManager()
185 @Background scope: CoroutineScope, in createSelection()
/packages/modules/Bluetooth/system/rust/src/connection/
Dacceptlist_manager.rs28 .filter(|attempt| attempt.mode == ConnectionMode::Background) in determine_target_state()
133 mode: ConnectionMode::Background, in test_determine_target_state()
138 mode: ConnectionMode::Background, in test_determine_target_state()
143 mode: ConnectionMode::Background, in test_determine_target_state()
197 assert_eq!(mock_le_manager.current_connection_mode(), Some(ConnectionMode::Background)); in test_add_to_background_list()
243 assert_eq!(mock_le_manager.current_connection_mode(), Some(ConnectionMode::Background)); in test_direct_connection_cancel_while_background()
309 assert_eq!(mock_le_manager.current_connection_mode(), Some(ConnectionMode::Background)); in test_background_connection_remove_then_add()
Dattempt_manager.rs17 Background, enumerator
119 ConnectionAttempt { client, mode: ConnectionMode::Background, remote_address: address }; in register_background_connection()
308 assert_eq!(attempts.active_attempts()[0].mode, ConnectionMode::Background); in test_background_connection()
435 attempts.cancel_attempt(CLIENT_1, ADDRESS_1, ConnectionMode::Background).unwrap(); in test_remove_background_connection()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/users/
DCarMultiUserUtilsModule.java32 import com.android.systemui.dagger.qualifiers.Background;
76 @Background CoroutineDispatcher backgroundDispatcher, in provideUserTracker()
77 @Background Handler handler, in provideUserTracker()
107 @Background Handler handler in provideDisplayTracker()
/packages/modules/IntentResolver/java/src/com/android/intentresolver/ui/
DShareResultSender.kt32 import com.android.intentresolver.inject.Background in <lambda>()
69 @Background val backgroundDispatcher: CoroutineDispatcher,
79 @Background backgroundDispatcher: CoroutineDispatcher,
/packages/modules/IntentResolver/java/src/com/android/intentresolver/contentpreview/payloadtoggle/domain/interactor/
DCustomActionsInteractor.kt26 import com.android.intentresolver.inject.Background in <lambda>()
39 @Background private val bgDispatcher: CoroutineDispatcher, in <lambda>()
/packages/apps/TvSystemUI/src/com/android/systemui/tv/hdmi/
DHdmiCecSetMenuLanguageHelper.java24 import com.android.systemui.dagger.qualifiers.Background;
50 public HdmiCecSetMenuLanguageHelper(@Background Executor executor, in HdmiCecSetMenuLanguageHelper()
/packages/modules/IntentResolver/java/src/com/android/intentresolver/contentpreview/
DPreviewViewModel.kt30 import com.android.intentresolver.inject.Background
40 @Background private val dispatcher: CoroutineDispatcher = Dispatchers.IO,
DCachingImagePreviewImageLoader.kt23 import com.android.intentresolver.inject.Background in <lambda>()
55 @Background private val bgDispatcher: CoroutineDispatcher, in <lambda>()
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/features/snackbar/
DSnackbarFeatureTest.kt31 import com.android.photopicker.core.Background
97 @BindValue @Background var testBackgroundScope: CoroutineScope = mainScope.backgroundScope
101 @BindValue @Background val backgroundDispatcher: CoroutineDispatcher = testDispatcher
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/core/embedded/
DEmbeddedViewModelFactory.kt21 import com.android.photopicker.core.Background
64 @Background val backgroundDispatcher: CoroutineDispatcher,
/packages/modules/IntentResolver/java/src/com/android/intentresolver/
DResolverHelper.kt29 import com.android.intentresolver.inject.Background
76 @Background private val background: CoroutineDispatcher,
/packages/modules/IntentResolver/java/src/com/android/intentresolver/ui/viewmodel/
DChooserViewModel.kt27 import com.android.intentresolver.inject.Background
52 @Background private val bgDispatcher: CoroutineDispatcher,
/packages/apps/Car/SystemUI/src/com/android/systemui/car/
DCarDeviceProvisionedControllerImpl.java27 import com.android.systemui.dagger.qualifiers.Background;
62 @Background Handler backgroundHandler, in CarDeviceProvisionedControllerImpl()
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitSystemUI/src/com/android/systemui/car/qc/
DCarUiPortraitProfileSwitcher.java31 import com.android.systemui.dagger.qualifiers.Background;
43 CarServiceProvider carServiceProvider, @Background Handler handler) { in CarUiPortraitProfileSwitcher()
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/features/navigationbar/
DNavigationBarFeatureTest.kt35 import com.android.photopicker.core.Background
98 @BindValue @Background var testBackgroundScope: CoroutineScope = mainScope.backgroundScope
105 @BindValue @Background val backgroundDispatcher: CoroutineDispatcher = testDispatcher
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/features/cloudmedia/
DCloudMediaFeatureTest.kt37 import com.android.photopicker.core.Background
94 @BindValue @Background var testBackgroundScope: CoroutineScope = mainScope.backgroundScope
98 @BindValue @Background val backgroundDispatcher: CoroutineDispatcher = testDispatcher
/packages/apps/LegacyCamera/res/raw/
Dbackdropper.graph52 // Background video input
60 // Background replacer
/packages/apps/Camera2/res/raw/
Dbackdropper.graph52 // Background video input
60 // Background replacer
/packages/apps/Gallery2/res/raw/
Dbackdropper.graph52 // Background video input
60 // Background replacer
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/features/overflowmenu/
DOverflowMenuFeatureTest.kt36 import com.android.photopicker.core.Background
98 @BindValue @Background var testBackgroundScope: CoroutineScope = mainScope.backgroundScope
102 @BindValue @Background val backgroundDispatcher: CoroutineDispatcher = testDispatcher
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/features/profileselector/
DProfileSelectorFeatureTest.kt38 import com.android.photopicker.core.Background
97 @BindValue @Background var testBackgroundScope: CoroutineScope = mainScope.backgroundScope
104 @BindValue @Background val backgroundDispatcher: CoroutineDispatcher = testDispatcher
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/features/photogrid/
DPhotoGridFeatureTest.kt43 import com.android.photopicker.core.Background
107 @BindValue @Background var testBackgroundScope: CoroutineScope = mainScope.backgroundScope
114 @BindValue @Background val backgroundDispatcher: CoroutineDispatcher = testDispatcher

123