Searched refs:ON_RESUME_DELAY_SECURE_MILLIS (Results 1 – 1 of 1) sorted by relevance
60 private static final long ON_RESUME_DELAY_SECURE_MILLIS = 30; field in QuickActivity144 long delay = isKeyguardSecure() ? ON_RESUME_DELAY_SECURE_MILLIS : in onResume()