Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthContainerView.java306 @Nullable List<FingerprintSensorPropertiesInternal> fpProps, in AuthContainerView() argument
318 this(config, applicationCoroutineScope, fpProps, faceProps, in AuthContainerView()
328 @Nullable List<FingerprintSensorPropertiesInternal> fpProps, in AuthContainerView() argument
358 mFpProps = fpProps; in AuthContainerView()
361 Utils.findFirstSensorProperties(fpProps, mConfig.mSensorIds), in AuthContainerView()
415 Utils.findFirstSensorProperties(fpProps, mConfig.mSensorIds), in AuthContainerView()
437 @Nullable FingerprintSensorPropertiesInternal fpProps, in showPrompt() argument
442 addBiometricView(config, layoutInflater, viewModel, fpProps, faceProps, vibratorHelper); in showPrompt()
454 @Nullable FingerprintSensorPropertiesInternal fpProps, in addBiometricView() argument
476 if (fpProps != null && fpProps.isAnyUdfpsType()) { in addBiometricView()
[all …]
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/biometrics/
DAuthControllerTest.java230 final List<FingerprintSensorPropertiesInternal> fpProps = List.of( in setup() local
238 when(mFingerprintManager.getSensorPropertiesInternal()).thenReturn(fpProps); in setup()
260 mFpAuthenticatorsRegisteredCaptor.getValue().onAllAuthenticatorsRegistered(fpProps); in setup()