Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
DRestrictedLockUtilsInternal.java270 int managedProfileId = getManagedProfileId(context, userId); in checkIfInputMethodDisallowed()
324 int managedProfileId = getManagedProfileId(context, userId); in checkIfAccessibilityServiceDisallowed()
342 private static int getManagedProfileId(Context context, int userId) { in getManagedProfileId() method in RestrictedLockUtilsInternal