Home
last modified time | relevance | path

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

/packages/modules/AdServices/sdksandbox/tests/manual-test-apps/SdkSandboxClient/src/com/android/sdksandboxclient/
DAppVideoView.java43 private static final String AUTO_PLAY_POSITION_KEY = field in AppVideoView
118 outState.putLong(AUTO_PLAY_POSITION_KEY, mAutoPlayPosition); in savePlaybackParams()
133 mAutoPlayPosition = icicle.getLong(AUTO_PLAY_POSITION_KEY); in restorePlaybackParams()