Searched refs:SCREEN_ON_TIMEOUT_MS (Results 1 – 1 of 1) sorted by relevance
56 private static final long SCREEN_ON_TIMEOUT_MS = 20000; // in milliseconds field in MainActivity221 mTimer.schedule(mTimerTask, SCREEN_ON_TIMEOUT_MS); in renewTimer()