/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/inject/ |
D | EmbeddedServiceModule.kt | 97 @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 …]
|
D | ActivityModule.kt | 85 @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/ |
D | PhotopickerTestModule.kt | 22 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/ |
D | acceptlist_manager.rs | 28 .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()
|
D | attempt_manager.rs | 17 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/ |
D | CarMultiUserUtilsModule.java | 32 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/ |
D | ShareResultSender.kt | 32 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/ |
D | CustomActionsInteractor.kt | 26 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/ |
D | HdmiCecSetMenuLanguageHelper.java | 24 import com.android.systemui.dagger.qualifiers.Background; 50 public HdmiCecSetMenuLanguageHelper(@Background Executor executor, in HdmiCecSetMenuLanguageHelper()
|
/packages/modules/IntentResolver/java/src/com/android/intentresolver/contentpreview/ |
D | PreviewViewModel.kt | 30 import com.android.intentresolver.inject.Background 40 @Background private val dispatcher: CoroutineDispatcher = Dispatchers.IO,
|
D | CachingImagePreviewImageLoader.kt | 23 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/ |
D | SnackbarFeatureTest.kt | 31 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/ |
D | EmbeddedViewModelFactory.kt | 21 import com.android.photopicker.core.Background 64 @Background val backgroundDispatcher: CoroutineDispatcher,
|
/packages/modules/IntentResolver/java/src/com/android/intentresolver/ |
D | ResolverHelper.kt | 29 import com.android.intentresolver.inject.Background 76 @Background private val background: CoroutineDispatcher,
|
/packages/modules/IntentResolver/java/src/com/android/intentresolver/ui/viewmodel/ |
D | ChooserViewModel.kt | 27 import com.android.intentresolver.inject.Background 52 @Background private val bgDispatcher: CoroutineDispatcher,
|
/packages/apps/Car/SystemUI/src/com/android/systemui/car/ |
D | CarDeviceProvisionedControllerImpl.java | 27 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/ |
D | CarUiPortraitProfileSwitcher.java | 31 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/ |
D | NavigationBarFeatureTest.kt | 35 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/ |
D | CloudMediaFeatureTest.kt | 37 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/ |
D | backdropper.graph | 52 // Background video input 60 // Background replacer
|
/packages/apps/Camera2/res/raw/ |
D | backdropper.graph | 52 // Background video input 60 // Background replacer
|
/packages/apps/Gallery2/res/raw/ |
D | backdropper.graph | 52 // Background video input 60 // Background replacer
|
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/features/overflowmenu/ |
D | OverflowMenuFeatureTest.kt | 36 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/ |
D | ProfileSelectorFeatureTest.kt | 38 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/ |
D | PhotoGridFeatureTest.kt | 43 import com.android.photopicker.core.Background 107 @BindValue @Background var testBackgroundScope: CoroutineScope = mainScope.backgroundScope 114 @BindValue @Background val backgroundDispatcher: CoroutineDispatcher = testDispatcher
|