Searched refs:isSfpsSupported (Results 1 – 4 of 4) sorted by relevance
135 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()
126 else if (authController.isSfpsSupported) BiometricType.SIDE_FINGERPRINT in getFpSensorType()
2513 public boolean isSfpsSupported() { in isSfpsSupported() method in KeyguardUpdateMonitor2514 return mAuthController.isSfpsSupported(); in isSfpsSupported()4032 } else if (isSfpsSupported()) { in dump()
1011 public boolean isSfpsSupported() { in isSfpsSupported() method in AuthController