Searched refs:restrictionOwnerType (Results 1 – 1 of 1) sorted by relevance
449 public static boolean isGlobal(@UserManagerInternal.OwnerType int restrictionOwnerType, in isGlobal() argument451 return ((restrictionOwnerType == UserManagerInternal.OWNER_TYPE_DEVICE_OWNER) && ( in isGlobal()453 || ((restrictionOwnerType in isGlobal()463 public static boolean isLocal(@UserManagerInternal.OwnerType int restrictionOwnerType, in isLocal() argument465 return !isGlobal(restrictionOwnerType, key); in isLocal()