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

/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DMoviePlayer.java60 private static final String KEY_RESUMEABLE_TIME = "resumeable-timeout"; field in class:MoviePlayer
191 mResumeableTime = savedInstance.getLong(KEY_RESUMEABLE_TIME, Long.MAX_VALUE);
244 outState.putLong(KEY_RESUMEABLE_TIME, mResumeableTime);

Completed in 44 milliseconds