Home
last modified time | relevance | path

Searched refs:mApplicationCoroutineScope (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthContainerView.java150 private final CoroutineScope mApplicationCoroutineScope; field in AuthContainerView
350 mApplicationCoroutineScope = applicationCoroutineScope; in AuthContainerView()
463 mBackgroundView, mBiometricCallback, mApplicationCoroutineScope, in addBiometricView()
472 mBackgroundView, mBiometricCallback, mApplicationCoroutineScope, in addBiometricView()
DAuthController.java137 private final CoroutineScope mApplicationCoroutineScope; field in AuthController
763 mApplicationCoroutineScope = applicationCoroutineScope; in AuthController()
1325 return new AuthContainerView(config, mApplicationCoroutineScope, mFpProps, mFaceProps, in buildDialog()