Searched refs:mRestrictions (Results 1 – 4 of 4) 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 …]
52 private int mRestrictions; field in UxrButton95 mRestrictions = a.getInteger(R.styleable.UxrButton_carUxRestrictions, in init()132 mRestrictions = uxRestrictions; in setUxRestrictions()137 return CarUxRestrictionsUtil.isRestricted(mRestrictions, mActiveCarUxRestrictions); in isRestricted()
111 private int mRestrictions; field in MediaActivity191 mRestrictions = CarUxRestrictions.UX_RESTRICTIONS_NO_SETUP; in onCreate()206 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()