Home
last modified time | relevance | path

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

/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DLoginActivityTest.java418 .assertViewTextChanged(activity.mUsername.getAutofillId(), "USER") in testTextChanged()
419 .assertViewTextChanged(activity.mPassword.getAutofillId(), "PASS"); in testTextChanged()
464 .assertViewTextChanged(activity.mUsername.getAutofillId(), "a") in testTextChangeBuffer()
465 .assertViewTextChanged(usernameId, "ab") in testTextChangeBuffer()
466 .assertViewTextChanged(usernameId, "") in testTextChangeBuffer()
467 .assertViewTextChanged(usernameId, "abc") in testTextChangeBuffer()
468 .assertViewTextChanged(passwordId, "d") in testTextChangeBuffer()
469 .assertViewTextChanged(passwordId, "") in testTextChangeBuffer()
470 .assertViewTextChanged(passwordId, "") in testTextChangeBuffer()
471 .assertViewTextChanged(passwordId, "de") in testTextChangeBuffer()
[all …]
DEventsAssertor.java265 public EventsAssertor assertViewTextChanged(AutofillId expectedId, String expectedText) { in assertViewTextChanged() method in EventsAssertor
DAssertions.java506 public static void assertViewTextChanged(@NonNull List<ContentCaptureEvent> events, int index, in assertViewTextChanged() method in Assertions
DCustomViewActivityTest.java282 .assertViewTextChanged(child2IdRef.get(), "The Times They Are a-Changin'") in testVirtualView_oneLevel()