Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/tests/TestMediaApp/src/com/android/car/media/testmediaapp/
H A DTmaMediaItem.java48 final int mBundleValue; field in TmaMediaItem.ContentStyle
50 mBundleValue = value; in ContentStyle()
225 extras.putInt(MediaKeys.CONTENT_STYLE_PLAYABLE_HINT, mPlayableStyle.mBundleValue); in buildDescription()
226 extras.putInt(MediaKeys.CONTENT_STYLE_BROWSABLE_HINT, mBrowsableStyle.mBundleValue); in buildDescription()