Home
last modified time | relevance | path

Searched refs:HIDE_DELAY_MS (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthBiometricFaceView.java43 private static final int HIDE_DELAY_MS = 500; field in AuthBiometricFaceView
188 return HIDE_DELAY_MS; in getDelayAfterAuthenticatedDurationMs()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java605 hideTransientIndicationDelayed(BaseKeyguardCallback.HIDE_DELAY_MS); in showTransientIndication()
857 public static final int HIDE_DELAY_MS = 5000; field in KeyguardIndicationController.BaseKeyguardCallback
1014 hideTransientIndicationDelayed(HIDE_DELAY_MS); in onScreenTurnedOn()
1067 hideTransientIndicationDelayed(HIDE_DELAY_MS); in onRequireUnlockForNfc()