/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/quickaffordance/ |
D | KeyguardQuickAffordanceProviderClientFactory.kt | 35 @Background private val backgroundDispatcher: CoroutineDispatcher, in create() constant in com.android.systemui.keyguard.data.quickaffordance.KeyguardQuickAffordanceProviderClientFactoryImpl 40 backgroundDispatcher = backgroundDispatcher, in create()
|
D | MuteQuickAffordanceConfig.kt | 59 @Background private val backgroundDispatcher: CoroutineDispatcher, in <lambda>() constant 101 .flowOn(backgroundDispatcher) in <lambda>() 106 coroutineScope.launch(backgroundDispatcher) { in <lambda>() 124 withContext(backgroundDispatcher) { in <lambda>() 137 withContext(backgroundDispatcher) { in <lambda>()
|
D | KeyguardQuickAffordanceLegacySettingSyncer.kt | 68 @Background private val backgroundDispatcher: CoroutineDispatcher, in <lambda>() constant in com.android.systemui.keyguard.data.quickaffordance.KeyguardQuickAffordanceLegacySettingSyncer 128 .flowOn(backgroundDispatcher) in <lambda>() 140 .flowOn(backgroundDispatcher) in <lambda>() 201 withContext(backgroundDispatcher) { in <lambda>()
|
D | DoNotDisturbQuickAffordanceConfig.kt | 61 @Background private val backgroundDispatcher: CoroutineDispatcher, in <lambda>() constant in com.android.systemui.keyguard.data.quickaffordance.DoNotDisturbQuickAffordanceConfig 72 @Background backgroundDispatcher: CoroutineDispatcher, in <lambda>() 73 ) : this(context, controller, secureSettings, userTracker, backgroundDispatcher, null, null) in <lambda>() 134 .flowOn(backgroundDispatcher) in <lambda>()
|
D | MuteQuickAffordanceCoreStartable.kt | 51 @Background private val backgroundDispatcher: CoroutineDispatcher, in <lambda>() constant in com.android.systemui.keyguard.data.quickaffordance.MuteQuickAffordanceCoreStartable 79 coroutineScope.launch(backgroundDispatcher) { in <lambda>()
|
D | CameraQuickAffordanceConfig.kt | 49 @Background private val backgroundDispatcher: CoroutineDispatcher, constant in com.android.systemui.keyguard.data.quickaffordance.CameraQuickAffordanceConfig 92 withContext(backgroundDispatcher) { in isLaunchable()
|
D | VideoCameraQuickAffordanceConfig.kt | 50 @Background private val backgroundDispatcher: CoroutineDispatcher, constant in com.android.systemui.keyguard.data.quickaffordance.VideoCameraQuickAffordanceConfig 111 withContext(backgroundDispatcher) { in isLaunchable()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/user/domain/interactor/ |
D | GuestUserInteractor.kt | 56 @Background private val backgroundDispatcher: CoroutineDispatcher, in <lambda>() constant in com.android.systemui.user.domain.interactor.GuestUserInteractor 148 withContext(backgroundDispatcher) { in <lambda>() 178 val guestUser = withContext(backgroundDispatcher) { manager.findCurrentGuestUser() } in <lambda>() 208 withContext(backgroundDispatcher) { manager.markGuestForDeletion(currentUser.id) } in <lambda>() 220 withContext(backgroundDispatcher) { manager.removeUser(currentUser.id) } in <lambda>() 234 withContext(backgroundDispatcher) { manager.removeUser(currentUser.id) } in <lambda>() 280 withContext(backgroundDispatcher) { in <lambda>() 304 return withContext(backgroundDispatcher) { in <lambda>()
|
D | UserInteractor.kt | 95 @Background private val backgroundDispatcher: CoroutineDispatcher, in <lambda>() constant 721 withContext(backgroundDispatcher) { headlessSystemUserMode.isHeadlessSystemUserMode() } in <lambda>() 726 withContext(backgroundDispatcher) { in <lambda>() 740 withContext(backgroundDispatcher) { manager.isUserUnlocked(user.userHandle) } in <lambda>() 755 val userIcon = withContext(backgroundDispatcher) { manager.getUserIcon(userId) } in <lambda>()
|
/frameworks/base/packages/SystemUI/customization/src/com/android/systemui/shared/customization/data/content/ |
D | CustomizationProviderClient.kt | 200 private val backgroundDispatcher: CoroutineDispatcher, constant in com.android.systemui.shared.customization.data.content.CustomizationProviderClientImpl 207 withContext(backgroundDispatcher) { in insertSelection() 222 return withContext(backgroundDispatcher) { in querySlots() 260 return withContext(backgroundDispatcher) { in queryFlags() 302 return withContext(backgroundDispatcher) { in queryAffordances() 402 return withContext(backgroundDispatcher) { in querySelections() 460 withContext(backgroundDispatcher) { in deleteSelection() 477 withContext(backgroundDispatcher) { in deleteAllSelections() 493 return withContext(backgroundDispatcher) { in getAffordanceIcon()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/data/ |
D | AppIconLoader.kt | 40 @Background private val backgroundDispatcher: CoroutineDispatcher, constant in com.android.systemui.mediaprojection.appselector.data.IconLoaderLibAppIconLoader 49 withContext(backgroundDispatcher) { in loadIcon()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/flags/ |
D | ConditionalRestarter.kt | 39 @Background private val backgroundDispatcher: CoroutineDispatcher, in <lambda>() constant in com.android.systemui.flags.ConditionalRestarter 63 applicationScope.launch(backgroundDispatcher) { in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/settings/ |
D | ControlsSettingsRepositoryImpl.kt | 49 @Background private val backgroundDispatcher: CoroutineDispatcher, in <lambda>() constant in com.android.systemui.controls.settings.ControlsSettingsRepositoryImpl 79 .flowOn(backgroundDispatcher) in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/data/repository/ |
D | KeyboardRepository.kt | 48 @Background private val backgroundDispatcher: CoroutineDispatcher, constant in com.android.systemui.keyboard.data.repository.KeyboardRepositoryImpl 85 .flowOn(backgroundDispatcher)
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/user/data/repository/ |
D | UserRepository.kt | 115 @Background private val backgroundDispatcher: CoroutineDispatcher, in refreshUsers() constant in com.android.systemui.user.data.repository.UserRepositoryImpl 178 val result = withContext(backgroundDispatcher) { manager.aliveUsers } in refreshUsers() 254 return withContext(backgroundDispatcher) { in refreshUsers()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/ |
D | BiometricSettingsRepository.kt | 109 @Background backgroundDispatcher: CoroutineDispatcher, 231 .flowOn(backgroundDispatcher) 292 .flowOn(backgroundDispatcher) in userId()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/domain/interactor/ |
D | KeyguardQuickAffordanceInteractorParameterizedTest.kt | 289 backgroundDispatcher = IMMEDIATE, in data() 335 backgroundDispatcher = testDispatcher, in data()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/mediaprojection/appselector/data/ |
D | IconLoaderLibAppIconLoaderTest.kt | 52 backgroundDispatcher = dispatcher,
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/user/ui/viewmodel/ |
D | StatusBarUserChipViewModelTest.kt | 125 backgroundDispatcher = testDispatcher, in <lambda>() 269 backgroundDispatcher = testDispatcher, in <lambda>()
|
D | UserSwitcherViewModelTest.kt | 127 backgroundDispatcher = testDispatcher, in <lambda>() 167 backgroundDispatcher = testDispatcher, in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/ |
D | KeyguardQuickAffordanceInteractor.kt | 71 @Background private val backgroundDispatcher: CoroutineDispatcher, in <lambda>() constant in com.android.systemui.keyguard.domain.interactor.KeyguardQuickAffordanceInteractor 420 withContext(backgroundDispatcher) { in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/quickaffordance/ |
D | VideoCameraQuickAffordanceConfigTest.kt | 71 backgroundDispatcher = testDispatcher, in setUp()
|
D | KeyguardQuickAffordanceLegacySettingSyncerTest.kt | 102 backgroundDispatcher = testDispatcher, in setUp()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/settings/ |
D | ControlsSettingsRepositoryImplTest.kt | 72 backgroundDispatcher = coroutineDispatcher, in setUp()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ |
D | CustomizationProviderTest.kt | 155 backgroundDispatcher = testDispatcher, in <lambda>() 188 backgroundDispatcher = testDispatcher, in <lambda>()
|