Home
last modified time | relevance | path

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

/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DAssertions.java329 final List<AutofillId> actualIds = batchDisappearEvent.getIds(); in assertViewsOptionallyDisappeared() local
331 .that(actualIds).containsExactly((Object[]) expectedIds); in assertViewsOptionallyDisappeared()