Searched refs:applicationCoroutineScope (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/controller/ |
H A D | WalletContextualSuggestionsController.kt | 53 @Application private val applicationCoroutineScope: CoroutineScope, 104 applicationCoroutineScope, 127 .stateIn(applicationCoroutineScope, SharingStarted.WhileSubscribed(), emptyList()) 145 applicationCoroutineScope.launch {
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
H A D | AuthContainerView.java | 274 @NonNull CoroutineScope applicationCoroutineScope, in AuthContainerView() argument 288 this(config, featureFlags, applicationCoroutineScope, fpProps, faceProps, in AuthContainerView() 298 @NonNull CoroutineScope applicationCoroutineScope, in AuthContainerView() argument 322 mApplicationCoroutineScope = applicationCoroutineScope; in AuthContainerView()
|
H A D | AuthController.java | 749 @Application CoroutineScope applicationCoroutineScope, in AuthController() argument 795 mApplicationCoroutineScope = applicationCoroutineScope; in AuthController()
|