Home
last modified time | relevance | path

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

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