Searched refs:isOpticalUdfpsEnrolled (Results 1 – 3 of 3) sorted by relevance
422 when(mAuthController.isOpticalUdfpsEnrolled(anyInt())).thenReturn(true); in udfpsEnrolled_minAndMaxRefreshRateSetToPreferredRefreshRate()438 when(mAuthController.isOpticalUdfpsEnrolled(anyInt())).thenReturn(false); in opticalUdfpsNotEnrolled_refreshRateUnset()454 when(mAuthController.isOpticalUdfpsEnrolled(anyInt())).thenReturn(true); in keyguardNotShowing_refreshRateUnset()
380 && mAuthController.isOpticalUdfpsEnrolled( in applyKeyguardFlags()
1164 public boolean isOpticalUdfpsEnrolled(int userId) { in isOpticalUdfpsEnrolled() method in AuthController