Reduced next button enabled delay to 8 seconds

Test: It builds.
Bug: 132636805
Change-Id: I6250f842e86c2ab809be803b599a994af6f25af3
This commit is contained in:
joshmccloskey
2019-05-13 14:41:04 -07:00
parent 6a3eb31763
commit 51243e30b0

View File

@@ -48,8 +48,8 @@ public class FaceEnrollEducation extends BiometricEnrollBase {
private static final String TAG = "FaceEducation";
private static final int ON = 1;
private static final int OFF = 0;
// 10 seconds.
private static final long FACE_ENROLL_EDUCATION_DELAY = 16000;
// 8 seconds.
private static final long FACE_ENROLL_EDUCATION_DELAY = 8000;
private FaceManager mFaceManager;
private FaceEnrollAccessibilityToggle mSwitchDiversity;