Home
last modified time | relevance | path

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

/development/samples/browseable/JumpingJack/Wearable/src/com.example.android.wearable.jumpingjack/
DMainActivity.java56 private static final long SCREEN_ON_TIMEOUT_MS = 20000; // in milliseconds field in MainActivity
221 mTimer.schedule(mTimerTask, SCREEN_ON_TIMEOUT_MS); in renewTimer()