Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DCryptKeeper.java130 private int mReleaseWakeLockCountdown = 0; field in CryptKeeper
382 if (mReleaseWakeLockCountdown > 0) { in notifyUser()
383 --mReleaseWakeLockCountdown; in notifyUser()
794mReleaseWakeLockCountdown = 96; // 96 * 5 secs per click + 120 secs before we show this = 600 in passwordEntryInit()
/packages/apps/Settings/src/com/android/settings/
DCryptKeeper.java130 private int mReleaseWakeLockCountdown = 0; field in CryptKeeper
382 if (mReleaseWakeLockCountdown > 0) { in notifyUser()
383 --mReleaseWakeLockCountdown; in notifyUser()
794mReleaseWakeLockCountdown = 96; // 96 * 5 secs per click + 120 secs before we show this = 600 in passwordEntryInit()