Home
last modified time | relevance | path

Searched defs:enforcedRestriction (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/packages/SettingsLib/RestrictedLockUtils/src/com/android/settingslib/
H A DRestrictedLockUtils.java52 Context context, String enforcedRestriction, UserHandle user) { in getProfileOrDeviceOwner()
128 public String enforcedRestriction = null; field in RestrictedLockUtils.EnforcedAdmin
136 String enforcedRestriction) { in createDefaultEnforcedAdminWithRestriction()
147 public EnforcedAdmin(ComponentName component, String enforcedRestriction, UserHandle user) { in EnforcedAdmin()
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
H A DRestrictedLockUtilsInternal.java602 private static EnforcedAdmin getDeviceOwner(Context context, String enforcedRestriction) { in getDeviceOwner()
621 Context context, String enforcedRestriction, int userId) { in getProfileOwner()