Home
last modified time | relevance | path

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

1234

/aosp_15_r20/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
H A 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()
H A 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()
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
DCardPreferenceTest.java97 String expectedText = "primary-button"; in onBindViewHolder_setPrimaryButtonTextToExpectedText() local
105 String expectedText = "secondary-button"; in onBindViewHolder_setSecondaryButtonTextToExpectedText() local
165 String expectedText = "123456"; in setPrimaryButtonText_setAfterBindViewHolder_setOnUi() local
212 String expectedText = "10101010"; in setSecondaryButtonText_setAfterBindViewHolder_setOnUi() local
/aosp_15_r20/packages/apps/Nfc/tests/instrumentation/src/com/android/nfc/cardemulation/
DAppChooserActivityTest.java95 String expectedText in testExistingFailedComponentAndNoAlternatives() local
130 String expectedText in testExistingFailedComponentAndExistingAlternatives() local
158 String expectedText = context.getString(R.string.appchooser_description); in testNoFailedComponentAndExistingAlternatives() local
/aosp_15_r20/packages/apps/Settings/tests/spa_unit/src/com/android/settings/widget/
DTipCardPreferenceTest.kt107 val expectedText = "this is a content description" in primaryButtonContentDescription_whenSet_shouldBeExists() constant
165 val expectedText = "found bug yay" in secondaryButtonContentDescription_whenSet_shouldBeExists() constant
/aosp_15_r20/frameworks/opt/net/wifi/libs/WifiTrackerLib/tests/src/com/android/wifitrackerlib/
DNonSdkApiWrapperTest.java37 final CharSequence expectedText = "test text link"; in testLinkifyAnnotation_annotation_returnTextWithClickableSpan() local
56 final CharSequence expectedText = "test text Learn More"; in testLinkifyAnnotation_annotationWithEmptyUriString_returnOriginalText() local
/aosp_15_r20/external/dokka/runners/gradle-integration-tests/src/test/kotlin/org/jetbrains/dokka/gradle/
H A DUtils.kt25 val expectedText = expectedFile.readText().replace("\r\n", "\n") in assertEqualsIgnoringSeparators() constant
/aosp_15_r20/libcore/ojluni/src/test/java/awt/font/NumericShaper/
H A DMTTest.java113 char[] expectedText; field in MTTest.Work
115 Work(NumericShaper ns, char[] expectedText) { in Work()
/aosp_15_r20/external/auto/value/src/test/java/com/google/auto/value/processor/
H A DTemplateVarsTest.java66 String expectedText = "integer=23 string=wibble list=[5, 17, 23]"; in testHappy() local
100 String expectedText = "integer=23 string=wibble list=[5, 17, 23] character=ß"; in testSubSub() local
/aosp_15_r20/libcore/ojluni/src/test/java/time/test/java/time/format/
H A DTestDateTimeFormatter.java149 …rivate void assertGoodErrorDate(Function<TemporalAccessor, Object> function, String expectedText) { in assertGoodErrorDate()
164 …rivate void assertGoodErrorTime(Function<TemporalAccessor, Object> function, String expectedText) { in assertGoodErrorTime()
/aosp_15_r20/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/compat/
DSuggestionSpanUtilsTest.java67 private static void assertNotSuggestionSpan(final String expectedText, in assertNotSuggestionSpan()
79 private static void assertSuggestionSpan(final String expectedText, in assertSuggestionSpan()
/aosp_15_r20/cts/tests/tests/widget/src/android/widget/cts/
H A 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()
/aosp_15_r20/external/kotlinx.serialization/formats/json-tests/commonTest/src/kotlinx/serialization/features/
H A DPolymorphismWithAnyTest.kt30 val expectedText = in <lambda>() constant
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/app/
H A DNotificationHistoryTest.java58 String expectedText = "text" + index; in getHistoricalNotification() local
89 String expectedText = "text"; in testHistoricalNotificationBuilder() local
/aosp_15_r20/cts/tests/tests/text/src/android/text/method/cts/
H A 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
/aosp_15_r20/external/dokka/core/src/test/kotlin/
H A DTestAPI.kt232 val expectedText = expectedFile.readText().replace("\r\n", "\n") in assertEqualsIgnoringSeparators() constant
/aosp_15_r20/external/zxing/core/src/test/java/com/google/zxing/common/
H A DAbstractBlackBoxTestCase.java153 String expectedText; in testBlackBox() local
265 String expectedText, in decode()
/aosp_15_r20/packages/modules/ExtServices/java/tests/src/android/ext/services/notification/
DAssistantTest.kt229 val expectedText = NotificationOtpDetectionHelper.getTextForDetection(sbn.notification) in <lambda>() constant
/aosp_15_r20/external/kotlinx.serialization/integration-test/src/commonTest/kotlin/sample/
H A DJsonTest.kt133 val expectedText = in checkNotRegisteredMessage() constant
/aosp_15_r20/tools/tradefederation/core/javatests/test-apps/UITestApp/src/com/android/tradefed/uitestapp/
DEditBoxActivityTest.java53 final String expectedText = "foo2"; in testEditTextModified() local
/aosp_15_r20/frameworks/base/tests/Input/src/com/android/server/input/debug/
H A DRotaryInputValueViewTest.java64 final String expectedText = String.format(mDefaultLocale, "+%.1f", in updateValue_updatesTextWithScrollValue() local
/aosp_15_r20/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
H A DAugmentedUiBot.java65 @NonNull String expectedText) throws Exception { in assertUiShown()
/aosp_15_r20/external/robolectric/shadows/httpclient/src/test/java/org/robolectric/shadows/httpclient/
H A DFakeHttpLayerTest.java71 final String expectedText = "some post body text"; in matches_shouldMatchPostBody() local
/aosp_15_r20/cts/tests/tests/theme/src/android/theme/cts/
H A DThemeRebaseTest.java107 private void assertConfigText(String expectedText) { in assertConfigText()
/aosp_15_r20/libcore/ojluni/src/test/java/time/tck/java/time/format/
H A DTCKLocalizedFieldPrinter.java123 public void test_print_WeekBasedYear(String pattern, String expectedText, LocalDate date) { in test_print_WeekBasedYear()

1234