Home
last modified time | relevance | path

Searched defs:expectedText (Results 1 – 18 of 18) sorted by relevance

/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DEventsAssertor.java218 @NonNull AutofillId parentId, int childId, String expectedText) { in assertVirtualViewAppeared()
254 public EventsAssertor assertViewTextChanged(AutofillId expectedId, String expectedText) { in assertViewTextChanged()
264 @NonNull AutofillId expectedId, @NonNull String expectedText) { in assertTextChangedEvent()
274 @NonNull AutofillId expectedId, @Nullable String expectedText) { in assertVirtualViewEvent()
337 AutofillId expectedParentId, String expectedText) { in assertViewEvent()
355 private String assertEventText(@NonNull ContentCaptureEvent event, String expectedText) { in assertEventText()
369 @Nullable AutofillId expectedParentId, @Nullable String expectedText) { in assertEvent()
DAssertions.java192 @Nullable String expectedText) { in assertViewWithUnknownParentAppeared()
225 @Nullable String expectedText) { in assertViewAppeared()
443 int childId, @Nullable String expectedText) { in assertVirtualViewAppeared()
498 @NonNull AutofillId expectedId, @NonNull String expectedText) { in assertViewTextChanged()
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DAugmentedUiBot.java65 @NonNull String expectedText) throws Exception { in assertUiShown()
DUiBot.java984 final String expectedText = getAutofillContextualMenuTitle(); in getAutofillMenuOption() local
1111 public UiObject2 assertChildText(UiObject2 parent, String resourceId, String expectedText) in assertChildText()
DHelper.java644 public static ViewNode assertTextValue(ViewNode node, String expectedText) { in assertTextValue()
/cts/tests/tests/theme/src/android/theme/cts/
DThemeRebaseTest.java107 private void assertConfigText(String expectedText) { in assertConfigText()
/cts/tests/accessibility/src/android/view/accessibility/cts/
DAccessibilityRecordTest.java199 static void assertEqualsText(List<CharSequence> expectedText, in assertEqualsText()
/cts/tests/tests/text/src/android/text/method/cts/
DDateTimeKeyListenerTest.java152 String expectedText = ""; in testDateTimeKeyListener() local
DTimeKeyListenerTest.java149 String expectedText = ""; in testTimeKeyListener() local
DBaseKeyListenerTest.java140 String expectedText = LONG_TEXT_FOR_ALT_BACKSPACE.substring(0, lineStartOffset) in testBackspace_withAlt() local
161 String expectedText = LONG_TEXT_FOR_ALT_BACKSPACE.substring(0, middleIndex) in testForwardDelete_withAlt() local
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewReceiveContentTest.java312 String expectedText = "xONE\nTWO\nTHREEz"; in testDefaultReceiver_onReceive_multipleItemsInClipData() local
795 private void assertTextAndCursorPosition(String expectedText, int cursorPosition) { in assertTextAndCursorPosition()
799 private void assertTextAndSelection(String expectedText, int start, int end) { in assertTextAndSelection()
DTextViewHandwritingGestureTest.java1719 String expectedText = DOT.repeat(expectedOffset) + placeholder in performInsertModeGesture_setTransformationMethod() local
1751 String expectedText = DOT.repeat(expectedOffset) + placeholder in performInsertModeGesture_setTransformationMethod_singleLine() local
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityImeTest.java171 final String expectedText = mInitialText + "abc"; in testDefaultImplementation() local
/cts/tests/autofillservice/src/android/autofillservice/cts/commontests/
DCustomDescriptionWithLinkTestCase.java319 protected final UiObject2 assertSaveUiWithLinkIsShown(int saveType, String expectedText) in assertSaveUiWithLinkIsShown()
/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DTestAppInterface.java325 final String expectedText = "UID=" + UserHandle.getAppId(mTestPackageUid); in isTestAppTempWhitelisted() local
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DEditTextImeSupportTest.java161 @NonNull String expectedText, int expectedSelectionStart, int expectedSelectionEnd) { in assertInitialSurroundingText()
DInputConnectionEndToEndTest.java1194 final CharSequence expectedText = in testGetSurroundingText() local
1431 final CharSequence expectedText = in testGetSurroundingTextForA11y() local
/cts/tests/autofillservice/src/android/autofillservice/cts/saveui/
DCustomDescriptionTest.java628 final String expectedText = matchFirst ? "polo" : "POLO"; in multipleTransformationsForSameFieldTest() local