Home
last modified time | relevance | path

Searched defs:newRestrictions (Results 1 – 25 of 76) sorted by relevance

1234

/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDpmTestUtils.java62 public static RestrictionsSet newRestrictions(int userId, String... restrictions) { in newRestrictions() method in DpmTestUtils
69 public static Bundle newRestrictions(String... restrictions) { in newRestrictions() method in DpmTestUtils
H A DDevicePolicyManagerTest.java8730 final Bundle newRestrictions = new Bundle(); in simulateRestrictionAdded() local
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/pm/
H A DUserRestrictionsUtils.java614 Bundle newRestrictions, Bundle prevRestrictions) { in applyUserRestrictions()
943 public static boolean restrictionsChanged(Bundle oldRestrictions, Bundle newRestrictions, in restrictionsChanged()
H A DUserManagerService.java3429 final Bundle newRestrictions = BundleUtils.clone( in setUserRestrictionInner() local
3656 final Bundle newRestrictions = BundleUtils.clone( in setUserRestriction() local
3719 Bundle newRestrictions, Bundle prevRestrictions) { in propagateUserRestrictionsLR()
4898 final Bundle newRestrictions = BundleUtils.clone( in upgradeProfileToTypeLU() local
H A DUserManagerInternal.java114 void onUserRestrictionsChanged(int userId, Bundle newRestrictions, Bundle prevRestrictions); in onUserRestrictionsChanged()
/aosp_15_r20/frameworks/base/core/java/android/os/
H A DIUserRestrictionsListener.aidl25 … void onUserRestrictionsChanged(int userId, in Bundle newRestrictions, in Bundle prevRestrictions); in onUserRestrictionsChanged()
/aosp_15_r20/developers/samples/android/content/multiuser/AppRestrictions/Application/src/main/java/com/example/android/apprestrictions/
DGetRestrictionsReceiver.java91 ArrayList<RestrictionEntry> newRestrictions = new ArrayList<>(); in initRestrictions() local
/aosp_15_r20/developers/build/prebuilts/gradle/AppRestrictions/Application/src/main/java/com/example/android/apprestrictions/
H A DGetRestrictionsReceiver.java91 ArrayList<RestrictionEntry> newRestrictions = new ArrayList<>(); in initRestrictions() local
/aosp_15_r20/development/samples/browseable/AppRestrictions/src/com.example.android.apprestrictions/
H A DGetRestrictionsReceiver.java91 ArrayList<RestrictionEntry> newRestrictions = new ArrayList<>(); in initRestrictions() local
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/timedetector/
H A DServiceConfigAccessorImpl.java197 int userId, Bundle newRestrictions, Bundle prevRestrictions) { in handleUserRestrictionsChangeOnMainThread()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/timezonedetector/
H A DServiceConfigAccessorImpl.java244 int userId, Bundle newRestrictions, Bundle prevRestrictions) { in handleUserRestrictionsChangeOnMainThread()
/aosp_15_r20/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java1331 public void onUserRestrictionsChanged(int userId, Bundle newRestrictions, in onUserRestrictionsChanged()
1339 int userId, Bundle newRestrictions, Bundle prevRestrictions) { in resetUserVpnIfNeeded()
1349 int userId, Bundle newRestrictions, Bundle prevRestrictions) { in resetCrossProfileIntentFiltersIfNeeded()
1368 int userId, Bundle newRestrictions, Bundle prevRestrictions) { in removePrivateSpaceIfRestrictionIsSet()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/infra/
H A DAbstractMasterSystemService.java273 umi.addUserRestrictionsListener((userId, newRestrictions, prevRestrictions) -> { in AbstractMasterSystemService() argument
/aosp_15_r20/packages/services/Car/service/src/com/android/car/
DCarUxRestrictionsManagerService.java1325 CarUxRestrictions oldRestrictions, CarUxRestrictions newRestrictions) { in addTransitionLogLocked()
/aosp_15_r20/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProvider.java1155 private static Set<String> getRestrictionDiff(Bundle prevRestrictions, Bundle newRestrictions) { in getRestrictionDiff()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/sensorprivacy/
H A DSensorPrivacyService.java382 public void onUserRestrictionsChanged(int userId, Bundle newRestrictions, in onUserRestrictionsChanged()
/aosp_15_r20/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringTest.java2075 final Bundle newRestrictions = new Bundle(); in makeUserRestrictionActionListener() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/core/services.core.unboosted/android_common/javac/
Dservices.core.unboosted.jar25META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
Dservices.core.unboosted.jar33META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
Dservices.core.unboosted.jar34META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/core/services.core.unboosted/android_common/repackaged-jarjar/javac-25/
Dservices.core.unboosted.jarcom/android/server/pm/package-info.class package-info.java package ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/core/services.core.unboosted/android_common/repackaged-jarjar/javac-33/
Dservices.core.unboosted.jarcom/android/server/timezonedetector/CurrentUserIdentityInjector.class CurrentUserIdentityInjector.java package com.android. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/core/services.core.unboosted/android_common/repackaged-jarjar/javac-34/
Dservices.core.unboosted.jarcom/android/server/tv/UinputBridge.class UinputBridge.java package com.android. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SettingsProvider/SettingsProviderLib/android_common/javac/
DSettingsProviderLib.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/provider/ android/ ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SettingsProvider/SettingsProviderLib/android_common/repackaged-jarjar/javac/
DSettingsProviderLib.jarcom/android/providers/settings/WriteFallbackSettingsFilesJobService.class WriteFallbackSettingsFilesJobService.java package com.android. ...

1234