Searched refs:KEY_RESUMEABLE_TIME (Results 1 – 1 of 1) sorted by relevance
60 private static final String KEY_RESUMEABLE_TIME = "resumeable-timeout"; field in MoviePlayer191 mResumeableTime = savedInstance.getLong(KEY_RESUMEABLE_TIME, Long.MAX_VALUE); in MoviePlayer()244 outState.putLong(KEY_RESUMEABLE_TIME, mResumeableTime); in onSaveInstanceState()