Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DSecurityLoggingTest.java775 byTagAndPayload(TAG_PASSWORD_COMPLEXITY_SET, expectedPayload)); in findPasswordComplexityEvent()
781 byTagAndPayload(TAG_PASSWORD_COMPLEXITY_REQUIRED, expectedPayload)); in findNewStylePasswordComplexityEvent()
784 private Predicate<SecurityEvent> byTagAndPayload(int expectedTag, Object[] expectedPayload) { in byTagAndPayload() method in SecurityLoggingTest