/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | SecurityControllerImpl.java | 335 return getProfileOwnerOrDeviceOwnerSupervisionComponent() != null; in isParentalControlsEnabled() 353 private ComponentName getProfileOwnerOrDeviceOwnerSupervisionComponent() { in getProfileOwnerOrDeviceOwnerSupervisionComponent() method in SecurityControllerImpl 356 .getProfileOwnerOrDeviceOwnerSupervisionComponent(currentUser); in getProfileOwnerOrDeviceOwnerSupervisionComponent() 363 return getProfileOwnerOrDeviceOwnerSupervisionComponent(); in getProfileOwnerOrDeviceOwnerComponent()
|
/aosp12/frameworks/base/core/java/android/app/admin/ |
H A D | DevicePolicyManagerInternal.java | 84 public abstract @Nullable ComponentName getProfileOwnerOrDeviceOwnerSupervisionComponent( in getProfileOwnerOrDeviceOwnerSupervisionComponent() method in DevicePolicyManagerInternal
|
H A D | IDevicePolicyManager.aidl | 174 ComponentName getProfileOwnerOrDeviceOwnerSupervisionComponent(in UserHandle userHandle); in getProfileOwnerOrDeviceOwnerSupervisionComponent() method
|
H A D | DevicePolicyManager.java | 8389 public @Nullable ComponentName getProfileOwnerOrDeviceOwnerSupervisionComponent( in getProfileOwnerOrDeviceOwnerSupervisionComponent() method in DevicePolicyManager 8393 return mService.getProfileOwnerOrDeviceOwnerSupervisionComponent(user); in getProfileOwnerOrDeviceOwnerSupervisionComponent()
|
/aosp12/frameworks/base/core/java/android/hardware/biometrics/ |
H A D | ParentalControlsUtilsInternal.java | 91 return dpm.getProfileOwnerOrDeviceOwnerSupervisionComponent(userHandle); in getSupervisionComponentName()
|
/aosp12/packages/apps/Settings/tests/unit/src/com/android/settings/biometrics/ |
H A D | ParentalControlsUtilsTest.java | 74 when(mDpm.getProfileOwnerOrDeviceOwnerSupervisionComponent(any(UserHandle.class))) in getEnforcedAdminForCombination()
|
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/enterprise/ |
H A D | EnterprisePrivacyFeatureProviderImpl.java | 260 mDpm.getProfileOwnerOrDeviceOwnerSupervisionComponent(new UserHandle(MY_USER_ID)); in getParentalControlsIntent()
|
/aosp12/packages/apps/Settings/src/com/android/settings/enterprise/ |
H A D | EnterprisePrivacyFeatureProviderImpl.java | 260 mDpm.getProfileOwnerOrDeviceOwnerSupervisionComponent(new UserHandle(MY_USER_ID)); in getParentalControlsIntent()
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/enterprise/ |
H A D | EnterprisePrivacyFeatureProviderImplTest.java | 416 when(mDevicePolicyManager.getProfileOwnerOrDeviceOwnerSupervisionComponent(any())) in testShowParentalControls()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/ |
H A D | KeyguardUpdateMonitorTest.java | 838 when(mDevicePolicyManager.getProfileOwnerOrDeviceOwnerSupervisionComponent( in testSecondaryLockscreenRequirement()
|
/aosp12/frameworks/base/services/usage/java/com/android/server/usage/ |
H A D | UsageStatsService.java | 1321 || dpmInternal.getProfileOwnerOrDeviceOwnerSupervisionComponent(userHandle) == null; in shouldDeleteObsoleteData()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardUpdateMonitor.java | 1200 mDevicePolicyManager.getProfileOwnerOrDeviceOwnerSupervisionComponent( in updateSecondaryLockscreenRequirement()
|
/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
H A D | DevicePolicyManagerService.java | 9224 public @Nullable ComponentName getProfileOwnerOrDeviceOwnerSupervisionComponent( 12842 public @Nullable ComponentName getProfileOwnerOrDeviceOwnerSupervisionComponent( 12844 return DevicePolicyManagerService.this.getProfileOwnerOrDeviceOwnerSupervisionComponent(
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 16823 …id/server/devicepolicy/DevicePolicyManagerService;->getProfileOwnerOrDeviceOwnerSupervisionCompone…
|