Searched refs:RESUMEABLE_TIMEOUT (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DMoviePlayer.java74 // If we resume the acitivty with in RESUMEABLE_TIMEOUT, we will keep playing.
76 private static final long RESUMEABLE_TIMEOUT = 3 * 60 * 1000; // 3 mins field in class:MoviePlayer
283 mResumeableTime = System.currentTimeMillis() + RESUMEABLE_TIMEOUT;

Completed in 81 milliseconds