Home
last modified time | relevance | path

Searched refs:applicationCoroutineScope (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/controller/
H A DWalletContextualSuggestionsController.kt53 @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 DAuthContainerView.java274 @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 DAuthController.java749 @Application CoroutineScope applicationCoroutineScope, in AuthController() argument
795 mApplicationCoroutineScope = applicationCoroutineScope; in AuthController()