HomeSort by relevance Sort by last modified time
    Searched refs:SCREEN_ON_TIMEOUT_MS (Results 1 - 3 of 3) sorted by null

  /developers/build/prebuilts/gradle/JumpingJack/Wearable/src/main/java/com/example/android/wearable/jumpingjack/
MainActivity.java 42 * keep screen on for an extended period of time, there is a SCREEN_ON_TIMEOUT_MS that is enforced
56 private static final long SCREEN_ON_TIMEOUT_MS = 20000; // in milliseconds
221 mTimer.schedule(mTimerTask, SCREEN_ON_TIMEOUT_MS);
  /developers/samples/android/wearable/wear/JumpingJack/Wearable/src/main/java/com/example/android/wearable/jumpingjack/
MainActivity.java 42 * keep screen on for an extended period of time, there is a SCREEN_ON_TIMEOUT_MS that is enforced
56 private static final long SCREEN_ON_TIMEOUT_MS = 20000; // in milliseconds
221 mTimer.schedule(mTimerTask, SCREEN_ON_TIMEOUT_MS);
  /development/samples/browseable/JumpingJack/src/com.example.android.wearable.jumpingjack/
MainActivity.java 42 * keep screen on for an extended period of time, there is a SCREEN_ON_TIMEOUT_MS that is enforced
56 private static final long SCREEN_ON_TIMEOUT_MS = 20000; // in milliseconds
221 mTimer.schedule(mTimerTask, SCREEN_ON_TIMEOUT_MS);

Completed in 355 milliseconds