Searched refs:mRestrictions (Results 1 – 5 of 5) sorted by relevance
161 return createUxRestrictionsEvent(restriction.mReqOpt, restriction.mRestrictions); in getUxRestrictions()288 writer.name(JSON_NAME_RESTRICTIONS).value(restrictions.mRestrictions); in writeRestrictions()577 + "\nRestrictions: 0x" + Integer.toHexString(r.mRestrictions) in dumpRestrictions()781 drivingStateRestrictions.mRestrictions, speedRange)); in setUxRestrictions()1045 private int mRestrictions = CarUxRestrictions.UX_RESTRICTIONS_FULLY_RESTRICTED; field in CarUxRestrictionsConfiguration.DrivingStateRestrictions1064 mRestrictions = restrictions; in setRestrictions()1091 .append(". Restrictions: ").append(Integer.toBinaryString(mRestrictions)) in toString()1105 final int mRestrictions; field in CarUxRestrictionsConfiguration.RestrictionsPerSpeedRange1121 mRestrictions = restrictions; in RestrictionsPerSpeedRange()1131 return Objects.hash(mMode, mReqOpt, mRestrictions, mSpeedRange); in hashCode()[all …]
49 private int mRestrictions; field in UxrButton92 mRestrictions = a.getInteger(R.styleable.UxrButton_carUxRestrictions, in init()129 mRestrictions = uxRestrictions; in setUxRestrictions()134 return CarUxRestrictionsUtil.isRestricted(mRestrictions, mActiveCarUxRestrictions); in isRestricted()
46 private final List<String> mRestrictions = new ArrayList<>(); field in ShadowUserManager85 return mRestrictions.contains(restrictionKey); in hasBaseUserRestriction()89 mRestrictions.add(restriction); in addBaseUserRestriction()
149 private ArrayList<RestrictionEntry> mRestrictions; field in AppRestrictionsFragment.AppRestrictionsPreference159 this.mRestrictions = restrictions; in setRestrictions()171 return mRestrictions; in getRestrictions()
124 private int mRestrictions; field in MediaActivity329 mRestrictions = CarUxRestrictions.UX_RESTRICTIONS_NO_SETUP; in onCreate()352 return CarUxRestrictionsUtil.isRestricted(mRestrictions, mActiveCarUxRestrictions); in isUxRestricted()