Home
last modified time | relevance | path

Searched refs:uxr (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
DCarUxRestrictionsUtil.java133 @Nullable CarUxRestrictions uxr) { in isRestricted() argument
134 return (uxr == null) || ((uxr.getActiveRestrictions() & restrictionFlags) != 0); in isRestricted()
141 public static String complyString(Context context, String str, CarUxRestrictions uxr) { in complyString() argument
143 if (isRestricted(UX_RESTRICTIONS_LIMIT_STRING_LENGTH, uxr)) { in complyString()
144 int maxLength = uxr == null in complyString()
146 : uxr.getMaxRestrictedStringLength(); in complyString()
/packages/services/Car/car-lib/src/android/car/drivingstate/
DCarUxRestrictionsConfiguration.java208 @CarUxRestrictions.CarUxRestrictionsInfo int uxr) { in createUxRestrictionsEvent() argument
212 if (uxr != CarUxRestrictions.UX_RESTRICTIONS_BASELINE) { in createUxRestrictionsEvent()
215 CarUxRestrictions.Builder builder = new CarUxRestrictions.Builder(requiresOpt, uxr, in createUxRestrictionsEvent()
/packages/services/Car/tests/UxRestrictionsSample/src/com/google/android/car/uxr/sample/
DConfigurationDialogFragment.java16 package com.google.android.car.uxr.sample;
DMainActivity.java16 package com.google.android.car.uxr.sample;