Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DSecurityLoggingTest.java814 findUserRestrictionEvent("set user restriction", events, TAG_USER_RESTRICTION_ADDED); in verifyUserRestrictionEventsPresent()
815 findUserRestrictionEvent("clear user restriction", events, TAG_USER_RESTRICTION_REMOVED); in verifyUserRestrictionEventsPresent()
818 private void findUserRestrictionEvent(String description, List<SecurityEvent> events, int tag) { in findUserRestrictionEvent() method