Searched refs:mApplicationCoroutineScope (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
D | AuthContainerView.java | 150 private final CoroutineScope mApplicationCoroutineScope; field in AuthContainerView 350 mApplicationCoroutineScope = applicationCoroutineScope; in AuthContainerView() 463 mBackgroundView, mBiometricCallback, mApplicationCoroutineScope, in addBiometricView() 472 mBackgroundView, mBiometricCallback, mApplicationCoroutineScope, in addBiometricView()
|
D | AuthController.java | 137 private final CoroutineScope mApplicationCoroutineScope; field in AuthController 763 mApplicationCoroutineScope = applicationCoroutineScope; in AuthController() 1325 return new AuthContainerView(config, mApplicationCoroutineScope, mFpProps, mFaceProps, in buildDialog()
|