Home
last modified time | relevance | path

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

/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DAssertions.java361 public static void assertViewsDisappeared(@NonNull List<ContentCaptureEvent> events, int index, in assertViewsDisappeared() method in Assertions
424 assertViewsDisappeared(events, index, expectedIds); in assertVirtualViewsDisappeared()
DChildlessActivityTest.java32 import static android.contentcaptureservice.cts.Assertions.assertViewsDisappeared;
1039 assertViewsDisappeared(events2, 5, s2c1Id, s2c2Id); in testRemoveChildrenFromDifferentSessions()