Home
last modified time | relevance | path

Searched refs:getManagedProfileId (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DRestrictedLockUtilsInternal.java54 int managedProfileId = getManagedProfileId(context, userId); in checkIfAccessibilityServiceDisallowed()
91 int managedProfileId = getManagedProfileId(context, userId); in checkIfInputMethodDisallowed()
116 private static int getManagedProfileId(Context context, int userId) { in getManagedProfileId() method in RestrictedLockUtilsInternal
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
H A DRestrictedLockUtilsInternal.java277 int managedProfileId = getManagedProfileId(context, userId); in checkIfInputMethodDisallowed()
337 int managedProfileId = getManagedProfileId(context, userId); in checkIfAccessibilityServiceDisallowed()
355 private static int getManagedProfileId(Context context, int userId) { in getManagedProfileId() method in RestrictedLockUtilsInternal
416 int managedProfileId = getManagedProfileId(context, userId); in checkIfUsbDataSignalingIsDisabled()
738 int profileId = getManagedProfileId(context, UserHandle.USER_SYSTEM); in checkIfMteIsDisabled()