Home
last modified time | relevance | path

Searched refs:isSfpsSupported (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/data/repository/
DDeviceEntryFingerprintAuthRepositoryTest.kt135 whenever(authController.isSfpsSupported).thenReturn(true) in enabledFingerprintTypeProvidesTheCorrectOutputForSpfs()
146 whenever(authController.isSfpsSupported).thenReturn(false) in enabledFingerprintTypeProvidesTheCorrectOutputForUdfps()
156 whenever(authController.isSfpsSupported).thenReturn(false) in enabledFingerprintTypeProvidesTheCorrectOutputForRearFps()
168 whenever(authController.isSfpsSupported).thenReturn(false) in enabledFingerprintTypeProvidesTheCorrectOutputAfterAllAuthenticatorsAreRegistered()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
DDeviceEntryFingerprintAuthRepository.kt126 else if (authController.isSfpsSupported) BiometricType.SIDE_FINGERPRINT in getFpSensorType()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java2513 public boolean isSfpsSupported() { in isSfpsSupported() method in KeyguardUpdateMonitor
2514 return mAuthController.isSfpsSupported(); in isSfpsSupported()
4032 } else if (isSfpsSupported()) { in dump()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthController.java1011 public boolean isSfpsSupported() { in isSfpsSupported() method in AuthController