Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-ui-lib/src/com/android/car/ui/toolbar/
DMenuItem.java60 private CarUxRestrictions mCurrentRestrictions; field in MenuItem
93 mCurrentRestrictions = CarUxRestrictionsUtil.getInstance(mContext).getCurrentRestrictions(); in MenuItem()
242 mCurrentRestrictions = restrictions; in setCarUxRestrictions()
250 return CarUxRestrictionsUtil.isRestricted(mUxRestrictions, mCurrentRestrictions); in isRestricted()