Home
last modified time | relevance | path

Searched refs:uxRestrictions (Results 1 – 25 of 212) sorted by relevance

123456789

/packages/services/Car/car-lib/src/android/car/drivingstate/
DCarUxRestrictions.java349 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/
DPreferenceController.java153 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()
DExtraSettingsPreferenceController.java77 protected void onApplyUxRestrictions(CarUxRestrictions uxRestrictions) { in onApplyUxRestrictions() argument
78 super.onApplyUxRestrictions(uxRestrictions); in onApplyUxRestrictions()
87 if (uxRestrictions.isRequiresDistractionOptimization() in onApplyUxRestrictions()
DSettingsFragment.java230 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()
DDefaultRestrictionsPreferenceController.java33 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/
DAccessPointListPreferenceController.java52 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/
DStorageApplicationSizePreferenceController.java33 CarUxRestrictions uxRestrictions) { in StorageApplicationSizePreferenceController() argument
34 super(context, preferenceKey, fragmentController, uxRestrictions); in StorageApplicationSizePreferenceController()
DStorageApplicationCacheSizePreferenceController.java33 CarUxRestrictions uxRestrictions) { in StorageApplicationCacheSizePreferenceController() argument
34 super(context, preferenceKey, fragmentController, uxRestrictions); in StorageApplicationCacheSizePreferenceController()
DStorageApplicationUserDataPreferenceController.java33 CarUxRestrictions uxRestrictions) { in StorageApplicationUserDataPreferenceController() argument
34 super(context, preferenceKey, fragmentController, uxRestrictions); in StorageApplicationUserDataPreferenceController()
DStorageApplicationTotalSizePreferenceController.java33 CarUxRestrictions uxRestrictions) { in StorageApplicationTotalSizePreferenceController() argument
34 super(context, preferenceKey, fragmentController, uxRestrictions); in StorageApplicationTotalSizePreferenceController()
DStorageOtherCategoryPreferenceController.java33 CarUxRestrictions uxRestrictions) { in StorageOtherCategoryPreferenceController() argument
34 super(context, preferenceKey, fragmentController, uxRestrictions); in StorageOtherCategoryPreferenceController()
/packages/apps/Car/Settings/src/com/android/car/settings/system/legal/
DWebViewLicensePreferenceController.java30 FragmentController fragmentController, CarUxRestrictions uxRestrictions) { in WebViewLicensePreferenceController() argument
31 super(context, preferenceKey, fragmentController, uxRestrictions); in WebViewLicensePreferenceController()
DThirdPartyLicensePreferenceController.java30 FragmentController fragmentController, CarUxRestrictions uxRestrictions) { in ThirdPartyLicensePreferenceController() argument
31 super(context, preferenceKey, fragmentController, uxRestrictions); in ThirdPartyLicensePreferenceController()
DTermsPreferenceController.java30 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/
DUnitsDistancePreferenceController.java31 FragmentController fragmentController, CarUxRestrictions uxRestrictions) { in UnitsDistancePreferenceController() argument
32 super(context, preferenceKey, fragmentController, uxRestrictions); in UnitsDistancePreferenceController()
DUnitsPressurePreferenceController.java31 FragmentController fragmentController, CarUxRestrictions uxRestrictions) { in UnitsPressurePreferenceController() argument
32 super(context, preferenceKey, fragmentController, uxRestrictions); in UnitsPressurePreferenceController()
DUnitsSpeedPreferenceController.java31 FragmentController fragmentController, CarUxRestrictions uxRestrictions) { in UnitsSpeedPreferenceController() argument
32 super(context, preferenceKey, fragmentController, uxRestrictions); in UnitsSpeedPreferenceController()
DUnitsVolumePreferenceController.java31 FragmentController fragmentController, CarUxRestrictions uxRestrictions) { in UnitsVolumePreferenceController() argument
32 super(context, preferenceKey, fragmentController, uxRestrictions); in UnitsVolumePreferenceController()
DUnitsTemperaturePreferenceController.java31 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/
DWifiMacAddressPreferenceController.java30 FragmentController fragmentController, CarUxRestrictions uxRestrictions) { in WifiMacAddressPreferenceController() argument
31 super(context, preferenceKey, fragmentController, uxRestrictions); in WifiMacAddressPreferenceController()
DWifiSecurityPreferenceController.java29 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/
DApplicationWithVersionPreferenceController.java31 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/
DPatternLockPreferenceController.java34 FragmentController fragmentController, CarUxRestrictions uxRestrictions) { in PatternLockPreferenceController() argument
35 super(context, preferenceKey, fragmentController, uxRestrictions); in PatternLockPreferenceController()
DPasswordLockPreferenceController.java36 FragmentController fragmentController, CarUxRestrictions uxRestrictions) { in PasswordLockPreferenceController() argument
37 super(context, preferenceKey, fragmentController, uxRestrictions); in PasswordLockPreferenceController()
DPinLockPreferenceController.java36 FragmentController fragmentController, CarUxRestrictions uxRestrictions) { in PinLockPreferenceController() argument
37 super(context, preferenceKey, fragmentController, uxRestrictions); in PinLockPreferenceController()

123456789