Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DAuthContainerViewTest.java216 mAuthContainer.mContainerState = AuthContainerView.STATE_PENDING_DISMISS; in testOnDialogAnimatedIn_sendsCancelReason_whenPendingDismiss()
227 AuthContainerView.getLayoutParams(windowToken, ""); in testLayoutParams_hasSecureWindowFlag()
235 AuthContainerView.getLayoutParams(windowToken, ""); in testLayoutParams_excludesImeInsets()
240 AuthContainerView.Config config = new AuthContainerView.Config(); in initializeContainer()
269 private class TestableAuthContainer extends AuthContainerView {
270 TestableAuthContainer(AuthContainerView.Config config, in TestableAuthContainer()
284 private final class MockInjector extends AuthContainerView.Injector {
H A DAuthControllerTest.java513 AuthDialog.KEY_CONTAINER_STATE, AuthContainerView.STATE_SHOWING); in testConfigurationPersists_whenOnConfigurationChanged()
543 AuthDialog.KEY_CONTAINER_STATE, AuthContainerView.STATE_SHOWING); in testConfigurationPersists_whenBiometricFallbackToCredential()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthContainerView.java67 public class AuthContainerView extends LinearLayout class
188 public AuthContainerView build(int[] sensorIds, boolean credentialAllowed, in build()
193 return new AuthContainerView(mConfig, new Injector(), fpProps, faceProps); in build()
277 AuthContainerView(Config config, Injector injector, in AuthContainerView() method in AuthContainerView
H A DAuthCredentialView.java88 protected AuthContainerView mContainerView;
210 void setContainerView(AuthContainerView containerView) { in setContainerView()
H A DAuthController.java845 != AuthContainerView.STATE_ANIMATING_OUT) { in onConfigurationChanged()
872 return new AuthContainerView.Builder(mContext) in buildDialog()