Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DAuthContainerViewTest.kt402 val layoutParams = AuthContainerView.getLayoutParams(windowToken, "")
408 val layoutParams = AuthContainerView.getLayoutParams(windowToken, "")
415 val layoutParams = AuthContainerView.getLayoutParams(windowToken, "")
425 val layoutParams = AuthContainerView.getLayoutParams(windowToken, "")
508 ) : AuthContainerView(
552 private fun AuthContainerView.addToView() { regex
560 val layoutParams = AuthContainerView.getLayoutParams(windowToken, "")
574 private fun AuthContainerView.hasBiometricPrompt() = regex
577 private fun AuthContainerView.hasCredentialView() = regex
580 private fun AuthContainerView.hasCredentialPatternView() = regex
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthContainerView.java100 public class AuthContainerView extends LinearLayout class
272 AuthContainerView(@NonNull Config config, in AuthContainerView() method in AuthContainerView
296 AuthContainerView(@NonNull Config config, in AuthContainerView() method in AuthContainerView
H A DAuthController.java1327 final AuthContainerView.Config config = new AuthContainerView.Config(); in buildDialog()
1339 …return new AuthContainerView(config, mFeatureFlags, mApplicationCoroutineScope, mFpProps, mFacePro… in buildDialog()