Home
last modified time | relevance | path

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

/packages/apps/Car/Media/src/com/android/car/media/browse/
DBrowseAdapter.java146 public void setRootBrowsableViewType(int hintValue) { in setRootBrowsableViewType() argument
147 mRootBrowsableViewType = fromMediaHint(hintValue); in setRootBrowsableViewType()
150 public void setRootPlayableViewType(int hintValue) { in setRootPlayableViewType() argument
151 mRootPlayableViewType = fromMediaHint(hintValue); in setRootPlayableViewType()