Home
last modified time | relevance | path

Searched defs:isUserOrganizationManaged (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/admin/
H A DDeviceStateCache.java50 public abstract boolean isUserOrganizationManaged(@UserIdInt int userHandle); in isUserOrganizationManaged() method in DeviceStateCache
72 public boolean isUserOrganizationManaged(int userHandle) { in isUserOrganizationManaged() method in DeviceStateCache.EmptyDeviceStateCache
H A DDevicePolicyManagerInternal.java322 public abstract boolean isUserOrganizationManaged(@UserIdInt int userId); in isUserOrganizationManaged() method in DevicePolicyManagerInternal
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDeviceStateCacheImpl.java89 public boolean isUserOrganizationManaged(@UserIdInt int userHandle) { in isUserOrganizationManaged() method in DeviceStateCacheImpl
H A DDevicePolicyManagerService.java16325 public boolean isUserOrganizationManaged(@UserIdInt int userHandle) { in isUserOrganizationManaged() method in LocalService
/aosp14/frameworks/base/services/contentcapture/java/com/android/server/contentprotection/
H A DContentProtectionConsentManager.java83 private boolean isUserOrganizationManaged(@UserIdInt int userId) { in isUserOrganizationManaged() method in ContentProtectionConsentManager