Searched refs:isRearFpsSupported (Results 1 – 3 of 3) sorted by relevance
137 whenever(authController.isRearFpsSupported).thenReturn(false) in enabledFingerprintTypeProvidesTheCorrectOutputForSpfs()148 whenever(authController.isRearFpsSupported).thenReturn(false) in enabledFingerprintTypeProvidesTheCorrectOutputForUdfps()158 whenever(authController.isRearFpsSupported).thenReturn(true) in enabledFingerprintTypeProvidesTheCorrectOutputForRearFps()170 whenever(authController.isRearFpsSupported).thenReturn(false) in enabledFingerprintTypeProvidesTheCorrectOutputAfterAllAuthenticatorsAreRegistered()
127 else if (authController.isRearFpsSupported) BiometricType.REAR_FINGERPRINT else null in getFpSensorType()
1019 public boolean isRearFpsSupported() { in isRearFpsSupported() method in AuthController