Home
last modified time | relevance | path

Searched defs:newText (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/text/src/android/text/cts/
DSpannableStringBuilderSpanTest.java519 Spanned newText = Html.fromHtml("<blockquote>new text</blockquote>"); in testReplace_discardsParagraphSpanInSourceIfThereIsNoNewLineBefore() local
532 Spanned newText = Html.fromHtml("<blockquote>new text</blockquote>"); in testReplace_retainsParagraphSpanInSourceIfThereIsNewLineBefore() local
547 Spanned newText = Html.fromHtml("<blockquote>new text</blockquote>"); in testReplace_retainsParagraphSpanInSourceIfStartIsZero() local
565 Spannable newText = new SpannableString("a"); in testReplace_retainsParagraphSpanInSourceIfEndIsEqualToLengthOfString() local
569 spannable.replace(spannable.length(), spannable.length(), newText); in testReplace_retainsParagraphSpanInSourceIfEndIsEqualToLengthOfString() local
581 Spannable newText = new SpannableString("a"); in testReplace_discardsParagraphSpanInSourceIfThereIsNoNewLineAfter() local
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewReceiveContentTest.java755 String newText = "Replacement text"; in testProcessText_noCustomReceiver() local
771 String newText = "Replacement text"; in testProcessText_customReceiver() local
DListViewTest.java1160 final CharSequence newText = ((TextView) newItem.findViewById(android.R.id.text1)) in testTransientStateUnstableIds() local
1189 final CharSequence newText = ((TextView) newItem.findViewById(android.R.id.text1)) in testTransientStateStableIds() local
/cts/tests/accessibility/src/android/view/accessibility/cts/
DAccessibilityNodeInfoTest.java218 final String newText = "Hornbill"; in testChangeTextAfterSetting_shouldNotAffectInfo() local
DAccessibilityEventTest.java628 final String newText = "Hornbill"; in testChangeTextAfterSetting_shouldNotAffectEvent() local
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DUiBot.java628 public void setTextByRelativeId(String id, String newText) throws Exception { in setTextByRelativeId()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityEndToEndTest.java414 final String newText = mActivity.getString(R.string.text_input_blah_blah); in testTypeViewTextChangedAccessibilityEvent() local