Searched refs:CONTENT_STYLE_PLAYABLE_HINT (Results 1 – 6 of 6) sorted by relevance
225 if (extras.containsKey(MediaConstants.CONTENT_STYLE_PLAYABLE_HINT)) {226 return extras.getInt(MediaConstants.CONTENT_STYLE_PLAYABLE_HINT, 0);
65 public static final String CONTENT_STYLE_PLAYABLE_HINT = field in BluetoothMediaBrowserService130 style.putInt(CONTENT_STYLE_PLAYABLE_HINT, CONTENT_STYLE_LIST_ITEM_HINT_VALUE); in getDefaultStyle()
47 static final String CONTENT_STYLE_PLAYABLE_HINT = field in MediaKeys
212 extras.putInt(MediaKeys.CONTENT_STYLE_PLAYABLE_HINT, mPlayableStyle.mBundleValue); in buildDescription()
321 if (extras.containsKey(MediaConstants.CONTENT_STYLE_PLAYABLE_HINT)) { in getPlayableContentStyleHint()322 return extras.getInt(MediaConstants.CONTENT_STYLE_PLAYABLE_HINT, 0); in getPlayableContentStyleHint()
61 public static final String CONTENT_STYLE_PLAYABLE_HINT = field in MediaConstants