Home
last modified time | relevance | path

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

/cts/tests/tests/text/src/android/text/cts/
DSpannableStringBuilderSpanTest.java518 Spanned newText = Html.fromHtml("<blockquote>new text</blockquote>"); in testReplace_discardsParagraphSpanInSourceIfThereIsNoNewLineBefore() local
531 Spanned newText = Html.fromHtml("<blockquote>new text</blockquote>"); in testReplace_retainsParagraphSpanInSourceIfThereIsNewLineBefore() local
546 Spanned newText = Html.fromHtml("<blockquote>new text</blockquote>"); in testReplace_retainsParagraphSpanInSourceIfStartIsZero() local
564 Spannable newText = new SpannableString("a"); in testReplace_retainsParagraphSpanInSourceIfEndIsEqualToLengthOfString() local
568 spannable.replace(spannable.length(), spannable.length(), newText); in testReplace_retainsParagraphSpanInSourceIfEndIsEqualToLengthOfString() local
580 Spannable newText = new SpannableString("a"); in testReplace_discardsParagraphSpanInSourceIfThereIsNoNewLineAfter() local
/cts/tests/accessibility/src/android/view/accessibility/cts/
DAccessibilityEventTest.java160 final String newText = "Hornbill"; in testChangeTextAfterSetting_shouldNotAffectEvent() local
DAccessibilityNodeInfoTest.java175 final String newText = "Hornbill"; in testChangeTextAfterSetting_shouldNotAffectInfo() local
/cts/tests/tests/widget/src/android/widget/cts/
DListViewTest.java1124 final CharSequence newText = ((TextView) newItem.findViewById(android.R.id.text1)) in testTransientStateUnstableIds() local
1153 final CharSequence newText = ((TextView) newItem.findViewById(android.R.id.text1)) in testTransientStateStableIds() local
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityEndToEndTest.java264 final String newText = getActivity().getString(R.string.text_input_blah_blah); in testTypeViewTextChangedAccessibilityEvent() local