Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/drivingstate/
DCarUxRestrictionsConfiguration.java202 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.DrivingStateRestrictions
1346 mRestrictions = restrictions; in setRestrictions()
1373 .append(". Restrictions: ").append(Integer.toBinaryString(mRestrictions)) in toString()
1387 final int mRestrictions; field in CarUxRestrictionsConfiguration.RestrictionsPerSpeedRange
1403 mRestrictions = restrictions; in RestrictionsPerSpeedRange()
1413 return Objects.hash(mMode, mReqOpt, mRestrictions, mSpeedRange); in hashCode()
[all …]
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
DAppRestrictionsFragment.java158 private ArrayList<RestrictionEntry> mRestrictions; field in AppRestrictionsFragment.AppRestrictionsPreference
168 this.mRestrictions = restrictions; in setRestrictions()
180 return mRestrictions; in getRestrictions()