HomeSort by relevance Sort by last modified time
    Searched refs:mCurrentUxRestrictions (Results 1 - 4 of 4) sorted by null

  /frameworks/support/car/src/main/java/androidx/car/drawer/
CarDrawerAdapter.java 61 private CarUxRestrictions mCurrentUxRestrictions;
105 mCurrentUxRestrictions = carUxRestrictions;
190 if (mCurrentUxRestrictions != null) {
191 holder.complyWithUxRestrictions(mCurrentUxRestrictions);
  /packages/services/Car/service/src/com/android/car/
CarUxRestrictionsManagerService.java 60 private CarUxRestrictions mCurrentUxRestrictions;
76 mCurrentUxRestrictions = mHelper.createUxRestrictionsEvent(false,
223 return mCurrentUxRestrictions;
283 "Requires DO? " + mCurrentUxRestrictions.isRequiresDistractionOptimization());
284 writer.println("Current UXR: " + mCurrentUxRestrictions.getActiveRestrictions());
391 mCurrentUxRestrictions.isRequiresDistractionOptimization(),
394 mCurrentUxRestrictions.getActiveRestrictions(),
398 if (mCurrentUxRestrictions.isSameRestrictions(uxRestrictions)) {
405 mCurrentUxRestrictions.isRequiresDistractionOptimization() ? "DO -> "
409 addTransitionLog(TAG, mCurrentUxRestrictions.getActiveRestrictions()
    [all...]
  /frameworks/support/car/src/main/java/androidx/car/widget/
ListItemAdapter.java 113 private CarUxRestrictions mCurrentUxRestrictions;
142 mCurrentUxRestrictions = carUxRestrictions;
269 if (mCurrentUxRestrictions != null) {
270 holder.complyWithUxRestrictions(mCurrentUxRestrictions);
  /packages/services/Car/service/src/com/android/car/pm/
CarPackageManagerService.java     [all...]

Completed in 95 milliseconds