Home
last modified time | relevance | path

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

/platform_testing/libraries/systemui-helper/src/android/platform/helpers/
DLockscreenUtils.java61 private static final int MAX_LOCKSCREEN_TIMEOUT_IN_SEC = 10; field in LockscreenUtils
162 long endTime = currentTimeMillis() + SECONDS.toMillis(MAX_LOCKSCREEN_TIMEOUT_IN_SEC); in checkDeviceLock()