Searched refs:findUserRestrictionEvent (Results 1 – 1 of 1) sorted by relevance
668 findUserRestrictionEvent("set user restriction", events, TAG_USER_RESTRICTION_ADDED); in verifyUserRestrictionEventsPresent()669 findUserRestrictionEvent("clear user restriction", events, TAG_USER_RESTRICTION_REMOVED); in verifyUserRestrictionEventsPresent()672 private void findUserRestrictionEvent(String description, List<SecurityEvent> events, int tag) { in findUserRestrictionEvent() method in SecurityLoggingTest