/packages/services/Car/car-lib/src/android/car/drivingstate/ |
D | CarUxRestrictions.java | 349 public CarUxRestrictions(CarUxRestrictions uxRestrictions) { in CarUxRestrictions() argument 350 mTimeStamp = uxRestrictions.getTimeStamp(); in CarUxRestrictions() 351 mRequiresDistractionOptimization = uxRestrictions.isRequiresDistractionOptimization(); in CarUxRestrictions() 352 mActiveRestrictions = uxRestrictions.getActiveRestrictions(); in CarUxRestrictions() 353 mMaxStringLength = uxRestrictions.mMaxStringLength; in CarUxRestrictions() 354 mMaxCumulativeContentItems = uxRestrictions.mMaxCumulativeContentItems; in CarUxRestrictions() 355 mMaxContentDepth = uxRestrictions.mMaxContentDepth; in CarUxRestrictions()
|
/packages/apps/Car/Settings/src/com/android/car/settings/common/ |
D | PreferenceController.java | 153 FragmentController fragmentController, CarUxRestrictions uxRestrictions) { in PreferenceController() argument 157 mUxRestrictions = uxRestrictions; in PreferenceController() 228 public final void onUxRestrictionsChanged(CarUxRestrictions uxRestrictions) { in onUxRestrictionsChanged() argument 229 mUxRestrictions = uxRestrictions; in onUxRestrictionsChanged() 448 protected void onApplyUxRestrictions(CarUxRestrictions uxRestrictions) { in onApplyUxRestrictions() argument 451 && CarUxRestrictionsHelper.isNoSetup(uxRestrictions)) { in onApplyUxRestrictions()
|
D | ExtraSettingsPreferenceController.java | 77 protected void onApplyUxRestrictions(CarUxRestrictions uxRestrictions) { in onApplyUxRestrictions() argument 78 super.onApplyUxRestrictions(uxRestrictions); in onApplyUxRestrictions() 87 if (uxRestrictions.isRequiresDistractionOptimization() in onApplyUxRestrictions()
|
D | SettingsFragment.java | 230 public void onUxRestrictionsChanged(CarUxRestrictions uxRestrictions) { in onUxRestrictionsChanged() argument 231 if (!uxRestrictions.isSameRestrictions(mUxRestrictions)) { in onUxRestrictionsChanged() 232 mUxRestrictions = uxRestrictions; in onUxRestrictionsChanged() 234 controller.onUxRestrictionsChanged(uxRestrictions); in onUxRestrictionsChanged()
|
D | DefaultRestrictionsPreferenceController.java | 33 FragmentController fragmentController, CarUxRestrictions uxRestrictions) { in DefaultRestrictionsPreferenceController() argument 34 super(context, preferenceKey, fragmentController, uxRestrictions); in DefaultRestrictionsPreferenceController()
|
/packages/apps/Car/Settings/src/com/android/car/settings/wifi/ |
D | AccessPointListPreferenceController.java | 52 FragmentController fragmentController, CarUxRestrictions uxRestrictions) { in AccessPointListPreferenceController() argument 53 super(context, preferenceKey, fragmentController, uxRestrictions); in AccessPointListPreferenceController() 79 protected void onApplyUxRestrictions(CarUxRestrictions uxRestrictions) { in onApplyUxRestrictions() argument
|
/packages/apps/Car/Settings/src/com/android/car/settings/storage/ |
D | StorageApplicationSizePreferenceController.java | 33 CarUxRestrictions uxRestrictions) { in StorageApplicationSizePreferenceController() argument 34 super(context, preferenceKey, fragmentController, uxRestrictions); in StorageApplicationSizePreferenceController()
|
D | StorageApplicationCacheSizePreferenceController.java | 33 CarUxRestrictions uxRestrictions) { in StorageApplicationCacheSizePreferenceController() argument 34 super(context, preferenceKey, fragmentController, uxRestrictions); in StorageApplicationCacheSizePreferenceController()
|
D | StorageApplicationUserDataPreferenceController.java | 33 CarUxRestrictions uxRestrictions) { in StorageApplicationUserDataPreferenceController() argument 34 super(context, preferenceKey, fragmentController, uxRestrictions); in StorageApplicationUserDataPreferenceController()
|
D | StorageApplicationTotalSizePreferenceController.java | 33 CarUxRestrictions uxRestrictions) { in StorageApplicationTotalSizePreferenceController() argument 34 super(context, preferenceKey, fragmentController, uxRestrictions); in StorageApplicationTotalSizePreferenceController()
|
D | StorageOtherCategoryPreferenceController.java | 33 CarUxRestrictions uxRestrictions) { in StorageOtherCategoryPreferenceController() argument 34 super(context, preferenceKey, fragmentController, uxRestrictions); in StorageOtherCategoryPreferenceController()
|
/packages/apps/Car/Settings/src/com/android/car/settings/system/legal/ |
D | WebViewLicensePreferenceController.java | 30 FragmentController fragmentController, CarUxRestrictions uxRestrictions) { in WebViewLicensePreferenceController() argument 31 super(context, preferenceKey, fragmentController, uxRestrictions); in WebViewLicensePreferenceController()
|
D | ThirdPartyLicensePreferenceController.java | 30 FragmentController fragmentController, CarUxRestrictions uxRestrictions) { in ThirdPartyLicensePreferenceController() argument 31 super(context, preferenceKey, fragmentController, uxRestrictions); in ThirdPartyLicensePreferenceController()
|
D | TermsPreferenceController.java | 30 FragmentController fragmentController, CarUxRestrictions uxRestrictions) { in TermsPreferenceController() argument 31 super(context, preferenceKey, fragmentController, uxRestrictions); in TermsPreferenceController()
|
/packages/apps/Car/Settings/src/com/android/car/settings/units/ |
D | UnitsDistancePreferenceController.java | 31 FragmentController fragmentController, CarUxRestrictions uxRestrictions) { in UnitsDistancePreferenceController() argument 32 super(context, preferenceKey, fragmentController, uxRestrictions); in UnitsDistancePreferenceController()
|
D | UnitsPressurePreferenceController.java | 31 FragmentController fragmentController, CarUxRestrictions uxRestrictions) { in UnitsPressurePreferenceController() argument 32 super(context, preferenceKey, fragmentController, uxRestrictions); in UnitsPressurePreferenceController()
|
D | UnitsSpeedPreferenceController.java | 31 FragmentController fragmentController, CarUxRestrictions uxRestrictions) { in UnitsSpeedPreferenceController() argument 32 super(context, preferenceKey, fragmentController, uxRestrictions); in UnitsSpeedPreferenceController()
|
D | UnitsVolumePreferenceController.java | 31 FragmentController fragmentController, CarUxRestrictions uxRestrictions) { in UnitsVolumePreferenceController() argument 32 super(context, preferenceKey, fragmentController, uxRestrictions); in UnitsVolumePreferenceController()
|
D | UnitsTemperaturePreferenceController.java | 31 FragmentController fragmentController, CarUxRestrictions uxRestrictions) { in UnitsTemperaturePreferenceController() argument 32 super(context, preferenceKey, fragmentController, uxRestrictions); in UnitsTemperaturePreferenceController()
|
/packages/apps/Car/Settings/src/com/android/car/settings/wifi/details/ |
D | WifiMacAddressPreferenceController.java | 30 FragmentController fragmentController, CarUxRestrictions uxRestrictions) { in WifiMacAddressPreferenceController() argument 31 super(context, preferenceKey, fragmentController, uxRestrictions); in WifiMacAddressPreferenceController()
|
D | WifiSecurityPreferenceController.java | 29 FragmentController fragmentController, CarUxRestrictions uxRestrictions) { in WifiSecurityPreferenceController() argument 30 super(context, preferenceKey, fragmentController, uxRestrictions); in WifiSecurityPreferenceController()
|
/packages/apps/Car/Settings/src/com/android/car/settings/applications/managedomainurls/ |
D | ApplicationWithVersionPreferenceController.java | 31 FragmentController fragmentController, CarUxRestrictions uxRestrictions) { in ApplicationWithVersionPreferenceController() argument 32 super(context, preferenceKey, fragmentController, uxRestrictions); in ApplicationWithVersionPreferenceController()
|
/packages/apps/Car/Settings/src/com/android/car/settings/security/ |
D | PatternLockPreferenceController.java | 34 FragmentController fragmentController, CarUxRestrictions uxRestrictions) { in PatternLockPreferenceController() argument 35 super(context, preferenceKey, fragmentController, uxRestrictions); in PatternLockPreferenceController()
|
D | PasswordLockPreferenceController.java | 36 FragmentController fragmentController, CarUxRestrictions uxRestrictions) { in PasswordLockPreferenceController() argument 37 super(context, preferenceKey, fragmentController, uxRestrictions); in PasswordLockPreferenceController()
|
D | PinLockPreferenceController.java | 36 FragmentController fragmentController, CarUxRestrictions uxRestrictions) { in PinLockPreferenceController() argument 37 super(context, preferenceKey, fragmentController, uxRestrictions); in PinLockPreferenceController()
|