Home
last modified time | relevance | path

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

/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DAssertions.java302 final List<ContentCaptureEvent> events = removeUnexpectedEvents(session.getEvents()); in assertNoViewLevelEvents()
317 public static List<ContentCaptureEvent> removeUnexpectedEvents( in removeUnexpectedEvents() method in Assertions
DChildlessActivityTest.java32 import static android.contentcaptureservice.cts.Assertions.removeUnexpectedEvents;
226 final List<ContentCaptureEvent> events1 = removeUnexpectedEvents(session1.getEvents()); in testLaunchAnotherActivity_onTopOfIt()