Searched refs:CONTENT_STYLE_PLAYABLE_HINT_PRERELEASE (Results 1 – 3 of 3) sorted by relevance
116 if (extras.containsKey(MediaConstants.CONTENT_STYLE_PLAYABLE_HINT_PRERELEASE)) { in getRootPlayableHint()117 return extras.getInt(MediaConstants.CONTENT_STYLE_PLAYABLE_HINT_PRERELEASE, 0); in getRootPlayableHint()
71 public static final String CONTENT_STYLE_PLAYABLE_HINT_PRERELEASE = field in MediaConstants
323 } else if (extras.containsKey(MediaConstants.CONTENT_STYLE_PLAYABLE_HINT_PRERELEASE)) { in getPlayableContentStyleHint()324 return extras.getInt(MediaConstants.CONTENT_STYLE_PLAYABLE_HINT_PRERELEASE, 0); in getPlayableContentStyleHint()