Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DUserRestrictionsUtils.java449 public static boolean isGlobal(@UserManagerInternal.OwnerType int restrictionOwnerType, in isGlobal() argument
451 return ((restrictionOwnerType == UserManagerInternal.OWNER_TYPE_DEVICE_OWNER) && ( in isGlobal()
453 || ((restrictionOwnerType in isGlobal()
463 public static boolean isLocal(@UserManagerInternal.OwnerType int restrictionOwnerType, in isLocal() argument
465 return !isGlobal(restrictionOwnerType, key); in isLocal()