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