Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DUserRestrictionsUtils.java495 public static boolean isGlobal(@UserManagerInternal.OwnerType int restrictionOwnerType, in isGlobal() argument
497 return ((restrictionOwnerType == UserManagerInternal.OWNER_TYPE_DEVICE_OWNER) && ( in isGlobal()
499 || ((restrictionOwnerType in isGlobal()
509 public static boolean isLocal(@UserManagerInternal.OwnerType int restrictionOwnerType, in isLocal() argument
511 return !isGlobal(restrictionOwnerType, key); in isLocal()