Searched refs:mRestrictions (Results 1 – 2 of 2) sorted by relevance
202 return createUxRestrictionsEvent(restriction.mReqOpt, restriction.mRestrictions); in getUxRestrictions()414 writer.name(JSON_NAME_RESTRICTIONS).value(restrictions.mRestrictions); in writeRestrictions()726 + "\nRestrictions: 0x" + Integer.toHexString(r.mRestrictions) in dumpRestrictions()1005 drivingStateRestrictions.mRestrictions, speedRange)); in setUxRestrictions()1327 private int mRestrictions = CarUxRestrictions.UX_RESTRICTIONS_FULLY_RESTRICTED; field in CarUxRestrictionsConfiguration.DrivingStateRestrictions1346 mRestrictions = restrictions; in setRestrictions()1373 .append(". Restrictions: ").append(Integer.toBinaryString(mRestrictions)) in toString()1387 final int mRestrictions; field in CarUxRestrictionsConfiguration.RestrictionsPerSpeedRange1403 mRestrictions = restrictions; in RestrictionsPerSpeedRange()1413 return Objects.hash(mMode, mReqOpt, mRestrictions, mSpeedRange); in hashCode()[all …]
158 private ArrayList<RestrictionEntry> mRestrictions; field in AppRestrictionsFragment.AppRestrictionsPreference168 this.mRestrictions = restrictions; in setRestrictions()180 return mRestrictions; in getRestrictions()