Searched refs:savedInstance (Results 1 – 1 of 1) sorted by relevance
120 Uri videoUri, Bundle savedInstance, boolean canReplay) { in MoviePlayer() argument189 if (savedInstance != null) { // this is a resumed activity in MoviePlayer()190 mVideoPosition = savedInstance.getInt(KEY_VIDEO_POSITION, 0); in MoviePlayer()191 mResumeableTime = savedInstance.getLong(KEY_RESUMEABLE_TIME, Long.MAX_VALUE); in MoviePlayer()