Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-media-common/src/com/android/car/media/common/browse/
DMediaBrowserViewModelImpl.java225 if (extras.containsKey(MediaConstants.CONTENT_STYLE_PLAYABLE_HINT)) {
226 return extras.getInt(MediaConstants.CONTENT_STYLE_PLAYABLE_HINT, 0);
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DBluetoothMediaBrowserService.java65 public static final String CONTENT_STYLE_PLAYABLE_HINT = field in BluetoothMediaBrowserService
130 style.putInt(CONTENT_STYLE_PLAYABLE_HINT, CONTENT_STYLE_LIST_ITEM_HINT_VALUE); in getDefaultStyle()
/packages/apps/Car/tests/TestMediaApp/src/com/android/car/media/testmediaapp/
DMediaKeys.java47 static final String CONTENT_STYLE_PLAYABLE_HINT = field in MediaKeys
DTmaMediaItem.java212 extras.putInt(MediaKeys.CONTENT_STYLE_PLAYABLE_HINT, mPlayableStyle.mBundleValue); in buildDescription()
/packages/apps/Car/libs/car-media-common/src/com/android/car/media/common/
DMediaItemMetadata.java321 if (extras.containsKey(MediaConstants.CONTENT_STYLE_PLAYABLE_HINT)) { in getPlayableContentStyleHint()
322 return extras.getInt(MediaConstants.CONTENT_STYLE_PLAYABLE_HINT, 0); in getPlayableContentStyleHint()
DMediaConstants.java61 public static final String CONTENT_STYLE_PLAYABLE_HINT = field in MediaConstants