Home
last modified time | relevance | path

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

12345678910>>...14

/packages/services/Car/car-lib/src/android/car/drivingstate/
DCarUxRestrictions.java379 public CarUxRestrictions(CarUxRestrictions uxRestrictions) { in CarUxRestrictions() argument
380 mTimeStamp = uxRestrictions.getTimeStamp(); in CarUxRestrictions()
381 mRequiresDistractionOptimization = uxRestrictions.isRequiresDistractionOptimization(); in CarUxRestrictions()
382 mActiveRestrictions = uxRestrictions.getActiveRestrictions(); in CarUxRestrictions()
383 mMaxStringLength = uxRestrictions.mMaxStringLength; in CarUxRestrictions()
384 mMaxCumulativeContentItems = uxRestrictions.mMaxCumulativeContentItems; in CarUxRestrictions()
385 mMaxContentDepth = uxRestrictions.mMaxContentDepth; in CarUxRestrictions()
/packages/apps/Car/Settings/src/com/android/car/settings/enterprise/
DAdminGrantedCameraPermissionPreferenceController.java33 CarUxRestrictions uxRestrictions) { in AdminGrantedCameraPermissionPreferenceController() argument
34 this(context, preferenceKey, fragmentController, uxRestrictions, /* provider= */ null); in AdminGrantedCameraPermissionPreferenceController()
40 CarUxRestrictions uxRestrictions, ApplicationFeatureProvider provider) { in AdminGrantedCameraPermissionPreferenceController() argument
41 super(context, preferenceKey, fragmentController, uxRestrictions, provider, in AdminGrantedCameraPermissionPreferenceController()
DAdminGrantedLocationPermissionsPreferenceController.java33 CarUxRestrictions uxRestrictions) { in AdminGrantedLocationPermissionsPreferenceController() argument
34 this(context, preferenceKey, fragmentController, uxRestrictions, /* provider= */ null); in AdminGrantedLocationPermissionsPreferenceController()
40 CarUxRestrictions uxRestrictions, ApplicationFeatureProvider provider) { in AdminGrantedLocationPermissionsPreferenceController() argument
41 super(context, preferenceKey, fragmentController, uxRestrictions, provider, in AdminGrantedLocationPermissionsPreferenceController()
DAdminGrantedMicrophonePermissionPreferenceController.java33 CarUxRestrictions uxRestrictions) { in AdminGrantedMicrophonePermissionPreferenceController() argument
34 this(context, preferenceKey, fragmentController, uxRestrictions, /* provider= */ null); in AdminGrantedMicrophonePermissionPreferenceController()
40 CarUxRestrictions uxRestrictions, ApplicationFeatureProvider provider) { in AdminGrantedMicrophonePermissionPreferenceController() argument
41 super(context, preferenceKey, fragmentController, uxRestrictions, provider, in AdminGrantedMicrophonePermissionPreferenceController()
DAdminGrantedMicrophonePermissionApplicationListPreferenceController.java36 CarUxRestrictions uxRestrictions) { in AdminGrantedMicrophonePermissionApplicationListPreferenceController() argument
37 this(context, preferenceKey, fragmentController, uxRestrictions, /* provider= */ null); in AdminGrantedMicrophonePermissionApplicationListPreferenceController()
43 CarUxRestrictions uxRestrictions, @Nullable ApplicationFeatureProvider provider) { in AdminGrantedMicrophonePermissionApplicationListPreferenceController() argument
44 super(context, preferenceKey, fragmentController, uxRestrictions, provider, in AdminGrantedMicrophonePermissionApplicationListPreferenceController()
DAdminGrantedLocationPermissionsApplicationListPreferenceController.java36 CarUxRestrictions uxRestrictions) { in AdminGrantedLocationPermissionsApplicationListPreferenceController() argument
37 this(context, preferenceKey, fragmentController, uxRestrictions, /* provider= */ null); in AdminGrantedLocationPermissionsApplicationListPreferenceController()
43 CarUxRestrictions uxRestrictions, @Nullable ApplicationFeatureProvider provider) { in AdminGrantedLocationPermissionsApplicationListPreferenceController() argument
44 super(context, preferenceKey, fragmentController, uxRestrictions, provider, in AdminGrantedLocationPermissionsApplicationListPreferenceController()
DAdminGrantedCameraPermissionApplicationListPreferenceController.java36 CarUxRestrictions uxRestrictions) { in AdminGrantedCameraPermissionApplicationListPreferenceController() argument
37 this(context, preferenceKey, fragmentController, uxRestrictions, /* provider= */ null); in AdminGrantedCameraPermissionApplicationListPreferenceController()
43 CarUxRestrictions uxRestrictions, @Nullable ApplicationFeatureProvider provider) { in AdminGrantedCameraPermissionApplicationListPreferenceController() argument
44 super(context, preferenceKey, fragmentController, uxRestrictions, provider, in AdminGrantedCameraPermissionApplicationListPreferenceController()
DEnterpriseInstalledPackagesListPreferenceController.java37 CarUxRestrictions uxRestrictions) { in EnterpriseInstalledPackagesListPreferenceController() argument
38 this(context, preferenceKey, fragmentController, uxRestrictions, /* provider= */ null); in EnterpriseInstalledPackagesListPreferenceController()
44 CarUxRestrictions uxRestrictions, @Nullable ApplicationFeatureProvider provider) { in EnterpriseInstalledPackagesListPreferenceController() argument
45 super(context, preferenceKey, fragmentController, uxRestrictions, provider); in EnterpriseInstalledPackagesListPreferenceController()
DImePreferenceController.java35 FragmentController fragmentController, CarUxRestrictions uxRestrictions) { in ImePreferenceController() argument
36 super(context, preferenceKey, fragmentController, uxRestrictions); in ImePreferenceController()
41 FragmentController fragmentController, CarUxRestrictions uxRestrictions, in ImePreferenceController() argument
43 super(context, preferenceKey, fragmentController, uxRestrictions, in ImePreferenceController()
DEnterpriseInstalledPackagesPreferenceController.java36 FragmentController fragmentController, CarUxRestrictions uxRestrictions) { in EnterpriseInstalledPackagesPreferenceController() argument
37 this(context, preferenceKey, fragmentController, uxRestrictions, /* provider= */ null); in EnterpriseInstalledPackagesPreferenceController()
42 FragmentController fragmentController, CarUxRestrictions uxRestrictions, in EnterpriseInstalledPackagesPreferenceController() argument
44 super(context, preferenceKey, fragmentController, uxRestrictions, provider); in EnterpriseInstalledPackagesPreferenceController()
DFailedPasswordWipeCurrentUserPreferenceController.java35 FragmentController fragmentController, CarUxRestrictions uxRestrictions) { in FailedPasswordWipeCurrentUserPreferenceController() argument
36 super(context, preferenceKey, fragmentController, uxRestrictions); in FailedPasswordWipeCurrentUserPreferenceController()
41 FragmentController fragmentController, CarUxRestrictions uxRestrictions, in FailedPasswordWipeCurrentUserPreferenceController() argument
43 super(context, preferenceKey, fragmentController, uxRestrictions, in FailedPasswordWipeCurrentUserPreferenceController()
DBaseEnterprisePrivacyPreferenceController.java42 CarUxRestrictions uxRestrictions) { in BaseEnterprisePrivacyPreferenceController() argument
43 this(context, preferenceKey, fragmentController, uxRestrictions, in BaseEnterprisePrivacyPreferenceController()
50 FragmentController fragmentController, CarUxRestrictions uxRestrictions, in BaseEnterprisePrivacyPreferenceController() argument
53 super(context, preferenceKey, fragmentController, uxRestrictions); in BaseEnterprisePrivacyPreferenceController()
DEnterpriseSetDefaultAppsPreferenceController.java41 FragmentController fragmentController, CarUxRestrictions uxRestrictions) { in EnterpriseSetDefaultAppsPreferenceController() argument
42 this(context, preferenceKey, fragmentController, uxRestrictions, in EnterpriseSetDefaultAppsPreferenceController()
48 FragmentController fragmentController, CarUxRestrictions uxRestrictions, in EnterpriseSetDefaultAppsPreferenceController() argument
50 super(context, preferenceKey, fragmentController, uxRestrictions, in EnterpriseSetDefaultAppsPreferenceController()
/packages/apps/Car/Settings/src/com/android/car/settings/common/
DPreferenceController.java197 FragmentController fragmentController, CarUxRestrictions uxRestrictions) { in PreferenceController() argument
201 mUxRestrictions = uxRestrictions; in PreferenceController()
305 public final void onUxRestrictionsChanged(CarUxRestrictions uxRestrictions) { in onUxRestrictionsChanged() argument
306 mUxRestrictions = uxRestrictions; in onUxRestrictionsChanged()
572 protected void onApplyUxRestrictions(CarUxRestrictions uxRestrictions) { in onApplyUxRestrictions() argument
573 boolean restrict = shouldApplyUxRestrictions(uxRestrictions); in onApplyUxRestrictions()
589 protected boolean shouldApplyUxRestrictions(CarUxRestrictions uxRestrictions) { in shouldApplyUxRestrictions() argument
592 && CarUxRestrictionsHelper.isNoSetup(uxRestrictions) in shouldApplyUxRestrictions()
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothAddressPreferenceController.java38 FragmentController fragmentController, CarUxRestrictions uxRestrictions) { in BluetoothAddressPreferenceController() argument
39 this(context, preferenceKey, fragmentController, uxRestrictions, in BluetoothAddressPreferenceController()
45 FragmentController fragmentController, CarUxRestrictions uxRestrictions, in BluetoothAddressPreferenceController() argument
47 super(context, preferenceKey, fragmentController, uxRestrictions); in BluetoothAddressPreferenceController()
DBluetoothDevicePreferenceController.java48 FragmentController fragmentController, CarUxRestrictions uxRestrictions) { in BluetoothDevicePreferenceController() argument
49 super(context, preferenceKey, fragmentController, uxRestrictions); in BluetoothDevicePreferenceController()
54 FragmentController fragmentController, CarUxRestrictions uxRestrictions, in BluetoothDevicePreferenceController() argument
56 super(context, preferenceKey, fragmentController, uxRestrictions, localBluetoothManager, in BluetoothDevicePreferenceController()
DBluetoothDeviceProfilesPreferenceController.java52 FragmentController fragmentController, CarUxRestrictions uxRestrictions) { in BluetoothDeviceProfilesPreferenceController() argument
53 super(context, preferenceKey, fragmentController, uxRestrictions); in BluetoothDeviceProfilesPreferenceController()
59 FragmentController fragmentController, CarUxRestrictions uxRestrictions, in BluetoothDeviceProfilesPreferenceController() argument
61 super(context, preferenceKey, fragmentController, uxRestrictions, localBluetoothManager, in BluetoothDeviceProfilesPreferenceController()
/packages/apps/Car/Settings/src/com/android/car/settings/system/
DBluetoothMacAddressPreferenceController.java37 FragmentController fragmentController, CarUxRestrictions uxRestrictions) { in BluetoothMacAddressPreferenceController() argument
38 this(context, preferenceKey, fragmentController, uxRestrictions, in BluetoothMacAddressPreferenceController()
44 FragmentController fragmentController, CarUxRestrictions uxRestrictions, in BluetoothMacAddressPreferenceController() argument
46 super(context, preferenceKey, fragmentController, uxRestrictions); in BluetoothMacAddressPreferenceController()
/packages/apps/Car/Settings/src/com/android/car/settings/applications/specialaccess/
DMoreSpecialAccessPreferenceController.java42 FragmentController fragmentController, CarUxRestrictions uxRestrictions) { in MoreSpecialAccessPreferenceController() argument
43 this(context, preferenceKey, fragmentController, uxRestrictions, in MoreSpecialAccessPreferenceController()
49 FragmentController fragmentController, CarUxRestrictions uxRestrictions, in MoreSpecialAccessPreferenceController() argument
51 super(context, preferenceKey, fragmentController, uxRestrictions); in MoreSpecialAccessPreferenceController()
/packages/apps/Car/Settings/src/com/android/car/settings/location/
DAdasPrivacyPolicyDisclosurePreferenceController.java47 CarUxRestrictions uxRestrictions) { in AdasPrivacyPolicyDisclosurePreferenceController() argument
52 uxRestrictions, in AdasPrivacyPolicyDisclosurePreferenceController()
62 CarUxRestrictions uxRestrictions, in AdasPrivacyPolicyDisclosurePreferenceController() argument
65 super(context, preferenceKey, fragmentController, uxRestrictions); in AdasPrivacyPolicyDisclosurePreferenceController()
/packages/apps/Car/Settings/src/com/android/car/settings/profiles/
DProfileDetailsDeletePreferenceController.java43 FragmentController fragmentController, CarUxRestrictions uxRestrictions) { in ProfileDetailsDeletePreferenceController() argument
44 this(context, preferenceKey, fragmentController, uxRestrictions, in ProfileDetailsDeletePreferenceController()
53 CarUxRestrictions uxRestrictions, ProfileHelper profileHelper, in ProfileDetailsDeletePreferenceController() argument
55 super(context, preferenceKey, fragmentController, uxRestrictions); in ProfileDetailsDeletePreferenceController()
/packages/apps/Car/Settings/src/com/android/car/settings/tts/
DPreferredEngineEntryPreferenceController.java40 FragmentController fragmentController, CarUxRestrictions uxRestrictions) { in PreferredEngineEntryPreferenceController() argument
41 this(context, preferenceKey, fragmentController, uxRestrictions, new TtsEngines(context)); in PreferredEngineEntryPreferenceController()
46 FragmentController fragmentController, CarUxRestrictions uxRestrictions, in PreferredEngineEntryPreferenceController() argument
48 super(context, preferenceKey, fragmentController, uxRestrictions); in PreferredEngineEntryPreferenceController()
/packages/apps/Car/Settings/src/com/android/car/settings/applications/managedomainurls/
DAppLaunchSettingsBasePreferenceController.java55 FragmentController fragmentController, CarUxRestrictions uxRestrictions) { in AppLaunchSettingsBasePreferenceController() argument
56 this(context, preferenceKey, fragmentController, uxRestrictions, in AppLaunchSettingsBasePreferenceController()
62 FragmentController fragmentController, CarUxRestrictions uxRestrictions, in AppLaunchSettingsBasePreferenceController() argument
64 super(context, preferenceKey, fragmentController, uxRestrictions); in AppLaunchSettingsBasePreferenceController()
/packages/apps/Car/Settings/src/com/android/car/settings/privacy/
DCameraRecentAccessViewAllPreferenceController.java42 FragmentController fragmentController, CarUxRestrictions uxRestrictions) { in CameraRecentAccessViewAllPreferenceController() argument
43 this(context, preferenceKey, fragmentController, uxRestrictions, in CameraRecentAccessViewAllPreferenceController()
49 FragmentController fragmentController, CarUxRestrictions uxRestrictions, in CameraRecentAccessViewAllPreferenceController() argument
51 super(context, preferenceKey, fragmentController, uxRestrictions); in CameraRecentAccessViewAllPreferenceController()
DCameraTogglePreferenceController.java38 CarUxRestrictions uxRestrictions) { in CameraTogglePreferenceController() argument
39 this(context, preferenceKey, fragmentController, uxRestrictions, in CameraTogglePreferenceController()
45 FragmentController fragmentController, CarUxRestrictions uxRestrictions, in CameraTogglePreferenceController() argument
47 super(context, preferenceKey, fragmentController, uxRestrictions); in CameraTogglePreferenceController()

12345678910>>...14