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

/packages/apps/Car/libs/car-stream-lib/src/com/android/car/stream/
H A DMediaPlaybackExtension.java38 private static final String PLAY_ACTION_KEY = "play_action"; field in class:MediaPlaybackExtension
166 bundle.putParcelable(PLAY_ACTION_KEY, mPlayAction);
185 mPlayAction = bundle.getParcelable(PLAY_ACTION_KEY);

Completed in 22 milliseconds