Searched refs:mCurrentUxRestrictions (Results 1 – 2 of 2) sorted by relevance
61 private CarUxRestrictions mCurrentUxRestrictions; field in CarDrawerAdapter105 mCurrentUxRestrictions = carUxRestrictions; in CarDrawerAdapter()190 if (mCurrentUxRestrictions != null) { in onBindViewHolder()191 holder.complyWithUxRestrictions(mCurrentUxRestrictions); in onBindViewHolder()
113 private CarUxRestrictions mCurrentUxRestrictions; field in ListItemAdapter142 mCurrentUxRestrictions = carUxRestrictions; in ListItemAdapter()269 if (mCurrentUxRestrictions != null) { in onBindViewHolder()270 holder.complyWithUxRestrictions(mCurrentUxRestrictions); in onBindViewHolder()