Searched refs:assertViewTextChanged (Results 1 – 4 of 4) sorted by relevance
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/ |
D | LoginActivityTest.java | 418 .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 …]
|
D | EventsAssertor.java | 254 public EventsAssertor assertViewTextChanged(AutofillId expectedId, String expectedText) { in assertViewTextChanged() method in EventsAssertor
|
D | Assertions.java | 497 public static void assertViewTextChanged(@NonNull List<ContentCaptureEvent> events, int index, in assertViewTextChanged() method in Assertions
|
D | CustomViewActivityTest.java | 282 .assertViewTextChanged(child2IdRef.get(), "The Times They Are a-Changin'") in testVirtualView_oneLevel()
|