Home
last modified time | relevance | path

Searched refs:getProfileOwnerOrDeviceOwnerSupervisionComponent (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSecurityControllerImpl.java398 return getProfileOwnerOrDeviceOwnerSupervisionComponent() != null; in isParentalControlsEnabled()
416 private ComponentName getProfileOwnerOrDeviceOwnerSupervisionComponent() { in getProfileOwnerOrDeviceOwnerSupervisionComponent() method in SecurityControllerImpl
419 .getProfileOwnerOrDeviceOwnerSupervisionComponent(currentUser); in getProfileOwnerOrDeviceOwnerSupervisionComponent()
426 return getProfileOwnerOrDeviceOwnerSupervisionComponent(); in getProfileOwnerOrDeviceOwnerComponent()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/enterprise/
DActionDisabledByAdminControllerFactory.java65 devicePolicyManager.getProfileOwnerOrDeviceOwnerSupervisionComponent( in isSupervisedDevice()
/frameworks/base/core/java/android/app/admin/
DDevicePolicyManagerInternal.java86 public abstract @Nullable ComponentName getProfileOwnerOrDeviceOwnerSupervisionComponent( in getProfileOwnerOrDeviceOwnerSupervisionComponent() method in DevicePolicyManagerInternal
DIDevicePolicyManager.aidl191 ComponentName getProfileOwnerOrDeviceOwnerSupervisionComponent(in UserHandle userHandle); in getProfileOwnerOrDeviceOwnerSupervisionComponent() method
DDevicePolicyManager.java10000 (arg) -> getService().getProfileOwnerOrDeviceOwnerSupervisionComponent(arg));
10006 public @Nullable ComponentName getProfileOwnerOrDeviceOwnerSupervisionComponent( in getProfileOwnerOrDeviceOwnerSupervisionComponent() method in DevicePolicyManager
/frameworks/base/core/java/android/hardware/biometrics/
DParentalControlsUtilsInternal.java103 return dpm.getProfileOwnerOrDeviceOwnerSupervisionComponent(userHandle); in getSupervisionComponentName()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawable/
DUserIconDrawable.java207 && dpm.getProfileOwnerOrDeviceOwnerSupervisionComponent(UserHandle.of(userId)) in setBadgeIfManagedUser()
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardUpdateMonitorTest.java1308 when(mDevicePolicyManager.getProfileOwnerOrDeviceOwnerSupervisionComponent( in testSecondaryLockscreenRequirement()
/frameworks/base/services/usage/java/com/android/server/usage/
DUsageStatsService.java1840 || dpmInternal.getProfileOwnerOrDeviceOwnerSupervisionComponent(userHandle) == null; in shouldDeleteObsoleteData()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java1458 mDevicePolicyManager.getProfileOwnerOrDeviceOwnerSupervisionComponent( in updateSecondaryLockscreenRequirement()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java3368 assertThat(dpm.getProfileOwnerOrDeviceOwnerSupervisionComponent(user)) in verifySupervisionConfig()
3373 assertThat(dpm.getProfileOwnerOrDeviceOwnerSupervisionComponent(user)).isNull(); in verifySupervisionConfig()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java10659 public @Nullable ComponentName getProfileOwnerOrDeviceOwnerSupervisionComponent(
15696 public @Nullable ComponentName getProfileOwnerOrDeviceOwnerSupervisionComponent( in getProfileOwnerOrDeviceOwnerSupervisionComponent() method in LocalService
15698 return DevicePolicyManagerService.this.getProfileOwnerOrDeviceOwnerSupervisionComponent( in getProfileOwnerOrDeviceOwnerSupervisionComponent()
/frameworks/base/services/
Dart-wear-profile9663 …icepolicy/DevicePolicyManagerService$LocalService;->getProfileOwnerOrDeviceOwnerSupervisionCompone…
9773 …id/server/devicepolicy/DevicePolicyManagerService;->getProfileOwnerOrDeviceOwnerSupervisionCompone…