Home
last modified time | relevance | path

Searched defs:AuthContainerView (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/biometrics/
DAuthContainerViewTest.kt702 private fun AuthContainerView.addToView() { in <lambda>() method
728 private fun AuthContainerView.hasConstraintBiometricPrompt() = method
731 private fun AuthContainerView.hasBiometricPrompt() = method
734 private fun AuthContainerView.hasCredentialView() = method
737 private fun AuthContainerView.hasCredentialPatternView() = method
740 private fun AuthContainerView.hasCredentialPasswordView() = method
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthContainerView.java99 public class AuthContainerView extends LinearLayout class
283 AuthContainerView(@NonNull Config config, in AuthContainerView() method in AuthContainerView