Searched refs:restrictionOwnerType (Results 1 – 1 of 1) sorted by relevance
566 public static boolean isGlobal(@UserManagerInternal.OwnerType int restrictionOwnerType, in isGlobal() argument568 return ((restrictionOwnerType == UserManagerInternal.OWNER_TYPE_DEVICE_OWNER) && ( in isGlobal()570 || ((restrictionOwnerType in isGlobal()580 public static boolean isLocal(@UserManagerInternal.OwnerType int restrictionOwnerType, in isLocal() argument582 return !isGlobal(restrictionOwnerType, key); in isLocal()