/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/ |
D | KeyguardBouncerRepository.kt | 111 @Application private val applicationScope: CoroutineScope, in setPrimaryScrimmed() constant in com.android.systemui.keyguard.data.repository.KeyguardBouncerRepositoryImpl 237 .launchIn(applicationScope) in setPrimaryScrimmed() 240 .launchIn(applicationScope) in setPrimaryScrimmed() 243 .launchIn(applicationScope) in setPrimaryScrimmed() 247 .launchIn(applicationScope) in setPrimaryScrimmed() 250 .launchIn(applicationScope) in setPrimaryScrimmed() 254 .launchIn(applicationScope) in setPrimaryScrimmed() 258 .launchIn(applicationScope) in setPrimaryScrimmed() 262 .launchIn(applicationScope) in setPrimaryScrimmed() 266 .launchIn(applicationScope) in setPrimaryScrimmed() [all …]
|
D | TrustRepository.kt | 49 @Application private val applicationScope: CoroutineScope, constant in com.android.systemui.keyguard.data.repository.TrustRepositoryImpl 90 .shareIn(applicationScope, started = SharingStarted.Eagerly, replay = 1)
|
D | KeyguardFaceAuthManager.kt | 105 @Application private val applicationScope: CoroutineScope, constant 158 applicationScope.launch { in onAuthenticationError() 270 applicationScope.launch { in cancel()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/user/domain/interactor/ |
D | RefreshUsersScheduler.kt | 36 @Application private val applicationScope: CoroutineScope, constant in com.android.systemui.user.domain.interactor.RefreshUsersScheduler 44 applicationScope.launch(mainDispatcher) { in pause() 48 applicationScope.launch { in pause() 56 applicationScope.launch(mainDispatcher) { in unpauseAndRefresh() 63 applicationScope.launch(mainDispatcher) { in refreshIfNotPaused()
|
D | UserInteractor.kt | 91 @Application private val applicationScope: CoroutineScope, in <lambda>() constant in com.android.systemui.user.domain.interactor.UserInteractor 258 scope = applicationScope, in <lambda>() 269 scope = applicationScope, in <lambda>() 303 .launchIn(applicationScope) in <lambda>() 326 .launchIn(applicationScope) in <lambda>() 331 applicationScope.launch { callbackMutex.withLock { callbacks.add(callback) } } in <lambda>() 335 applicationScope.launch { callbackMutex.withLock { callbacks.remove(callback) } } in <lambda>() 493 applicationScope.launch { in <lambda>() 521 applicationScope.launch { in <lambda>()
|
D | GuestUserInteractor.kt | 54 @Application private val applicationScope: CoroutineScope, in <lambda>() constant in com.android.systemui.user.domain.interactor.GuestUserInteractor 79 applicationScope.launch { in <lambda>() 109 applicationScope.launch { in <lambda>() 141 applicationScope.launch { in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/user/domain/interactor/ |
D | RefreshUsersSchedulerTest.kt | 52 applicationScope = this, in pause - prevents the next refresh from happening() 67 applicationScope = this, in unpauseAndRefresh - forces the refresh even when paused() 83 applicationScope = this, in refreshIfNotPaused - refreshes when not paused()
|
D | GuestUserInteractorTest.kt | 80 applicationScope = scope, in setUp() 89 applicationScope = scope, in setUp()
|
D | UserInteractorTest.kt | 134 applicationScope = testScope.backgroundScope, in <lambda>() 152 applicationScope = testScope.backgroundScope, in <lambda>() 165 applicationScope = testScope.backgroundScope, in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/backlight/ui/ |
D | KeyboardBacklightDialogCoordinator.kt | 37 @Application private val applicationScope: CoroutineScope, in <lambda>() constant in com.android.systemui.keyboard.backlight.ui.KeyboardBacklightDialogCoordinator 45 applicationScope.launch { in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/user/data/repository/ |
D | UserRepository.kt | 113 @Application private val applicationScope: CoroutineScope, in refreshUsers() constant in com.android.systemui.user.data.repository.UserRepositoryImpl 135 scope = applicationScope, in refreshUsers() 177 applicationScope.launch { in refreshUsers() 218 .launchIn(applicationScope) in refreshUsers() 250 .launchIn(applicationScope) in refreshUsers()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/flags/ |
D | ConditionalRestarter.kt | 38 @Application private val applicationScope: CoroutineScope, in <lambda>() constant in com.android.systemui.flags.ConditionalRestarter 63 applicationScope.launch(backgroundDispatcher) { in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/user/ui/dialog/ |
D | UserSwitcherDialogCoordinator.kt | 52 @Application private val applicationScope: Lazy<CoroutineScope>, in <lambda>() constant in com.android.systemui.user.ui.dialog.UserSwitcherDialogCoordinator 72 applicationScope.get().launch { in <lambda>() 159 applicationScope.get().launch { in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/data/repository/ |
D | KeyboardRepository.kt | 47 @Application private val applicationScope: CoroutineScope, constant in com.android.systemui.keyboard.data.repository.KeyboardRepositoryImpl 76 scope = applicationScope,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/preview/ |
D | KeyguardRemotePreviewManager.kt | 43 @Application private val applicationScope: CoroutineScope, in <lambda>() constant in com.android.systemui.keyguard.ui.preview.KeyguardRemotePreviewManager 64 applicationScope, in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
D | ActionIntentExecutor.kt | 47 @Application private val applicationScope: CoroutineScope, constant in com.android.systemui.screenshot.ActionIntentExecutor 65 applicationScope.launch { launchIntent(intent, bundle, userId, overrideTransition) } in launchIntentAsync()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/kotlin/ |
D | CoroutinesModule.kt | 19 fun applicationScope( method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/ |
D | MediaProjectionAppSelectorComponent.kt | 142 fun provideCoroutineScope(@Application applicationScope: CoroutineScope): CoroutineScope = in provideMediaProjectionAppSelectorActivity() 143 CoroutineScope(applicationScope.coroutineContext + SupervisorJob()) in provideMediaProjectionAppSelectorActivity()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/user/ui/viewmodel/ |
D | StatusBarUserChipViewModelTest.kt | 116 applicationScope = testScope.backgroundScope, in <lambda>() 123 applicationScope = testScope.backgroundScope, in <lambda>() 262 applicationScope = testScope.backgroundScope, in <lambda>()
|
D | UserSwitcherViewModelTest.kt | 118 applicationScope = testScope.backgroundScope, in <lambda>() 125 applicationScope = testScope.backgroundScope, in <lambda>() 160 applicationScope = testScope.backgroundScope, in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/user/data/repository/ |
D | UserRepositoryImplTest.kt | 320 applicationScope = scope, in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ |
D | CustomizationProviderTest.kt | 192 applicationScope = testScope.backgroundScope, in <lambda>()
|