Home
last modified time | relevance | path

Searched refs:applicationScope (Results 1 – 22 of 22) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
DKeyguardBouncerRepository.kt111 @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 …]
DTrustRepository.kt49 @Application private val applicationScope: CoroutineScope, constant in com.android.systemui.keyguard.data.repository.TrustRepositoryImpl
90 .shareIn(applicationScope, started = SharingStarted.Eagerly, replay = 1)
DKeyguardFaceAuthManager.kt105 @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/
DRefreshUsersScheduler.kt36 @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()
DUserInteractor.kt91 @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>()
DGuestUserInteractor.kt54 @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/
DRefreshUsersSchedulerTest.kt52 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()
DGuestUserInteractorTest.kt80 applicationScope = scope, in setUp()
89 applicationScope = scope, in setUp()
DUserInteractorTest.kt134 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/
DKeyboardBacklightDialogCoordinator.kt37 @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/
DUserRepository.kt113 @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/
DConditionalRestarter.kt38 @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/
DUserSwitcherDialogCoordinator.kt52 @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/
DKeyboardRepository.kt47 @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/
DKeyguardRemotePreviewManager.kt43 @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/
DActionIntentExecutor.kt47 @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/
DCoroutinesModule.kt19 fun applicationScope( method
/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/
DMediaProjectionAppSelectorComponent.kt142 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/
DStatusBarUserChipViewModelTest.kt116 applicationScope = testScope.backgroundScope, in <lambda>()
123 applicationScope = testScope.backgroundScope, in <lambda>()
262 applicationScope = testScope.backgroundScope, in <lambda>()
DUserSwitcherViewModelTest.kt118 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/
DUserRepositoryImplTest.kt320 applicationScope = scope, in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
DCustomizationProviderTest.kt192 applicationScope = testScope.backgroundScope, in <lambda>()