Searched refs:mRestrictions (Results 1 – 5 of 5) sorted by relevance
162 return createUxRestrictionsEvent(restriction.mReqOpt, restriction.mRestrictions); in getUxRestrictions()297 writer.name(JSON_NAME_RESTRICTIONS).value(restrictions.mRestrictions); in writeRestrictions()506 + "\nRestrictions: 0x" + Integer.toHexString(r.mRestrictions) in dumpRestrictions()723 drivingStateRestrictions.mRestrictions, speedRange)); in setUxRestrictions()976 private int mRestrictions = CarUxRestrictions.UX_RESTRICTIONS_FULLY_RESTRICTED; field in CarUxRestrictionsConfiguration.DrivingStateRestrictions994 mRestrictions = restrictions; in setRestrictions()1021 .append(". Restrictions: ").append(Integer.toBinaryString(mRestrictions)) in toString()1036 final int mRestrictions; field in CarUxRestrictionsConfiguration.RestrictionsPerSpeedRange1052 mRestrictions = restrictions; in RestrictionsPerSpeedRange()1062 return Objects.hash(mMode, mReqOpt, mRestrictions, mSpeedRange); in hashCode()[all …]
46 private int mRestrictions; field in UxrButton89 mRestrictions = a.getInteger(R.styleable.UxrButton_carUxRestrictions, in init()123 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()
110 private int mRestrictions; field in MediaActivity263 mRestrictions = CarUxRestrictions.UX_RESTRICTIONS_NO_SETUP; in onCreate()276 return CarUxRestrictionsUtil.isRestricted(mRestrictions, mActiveCarUxRestrictions); in isUxRestricted()
149 private ArrayList<RestrictionEntry> mRestrictions; field in AppRestrictionsFragment.AppRestrictionsPreference159 this.mRestrictions = restrictions; in setRestrictions()171 return mRestrictions; in getRestrictions()