Home
last modified time | relevance | path

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

/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DAssertions.java133 final ContentCaptureSessionId expectedParentId = parent.id; in assertRightRelationship() local
134 assertWithMessage("No id on parent session %s", parent).that(expectedParentId).isNotNull(); in assertRightRelationship()
140 .isEqualTo(expectedParentId); in assertRightRelationship()
203 @NonNull View expectedView, @Nullable AutofillId expectedParentId, in assertViewAppeared() argument
208 .that(node.getParentAutofillId()).isEqualTo(expectedParentId); in assertViewAppeared()
215 @NonNull View expectedView, @Nullable AutofillId expectedParentId) { in assertViewAppeared() argument
216 assertViewAppeared(events, index, expectedView, expectedParentId, /* expectedText= */ null); in assertViewAppeared()
224 @NonNull View expectedView, @Nullable AutofillId expectedParentId) { in assertViewAppeared() argument
225 assertViewAppeared(events, index, expectedView, expectedParentId); in assertViewAppeared()