Home
last modified time | relevance | path

Searched refs:newEditable (Results 1 – 8 of 8) sorted by relevance

/cts/tests/tests/text/src/android/text/method/cts/
DBaseKeyListenerTest.java44 Editable content = Editable.Factory.getInstance().newEditable(TEST_STRING); in testBackspace()
65 content = Editable.Factory.getInstance().newEditable(testText); in testBackspace()
83 content = Editable.Factory.getInstance().newEditable(testText); in testBackspace()
105 Editable content = Editable.Factory.getInstance().newEditable(TEST_STRING); in testBackspace_withAlt()
113 content = Editable.Factory.getInstance().newEditable(TEST_STRING); in testBackspace_withAlt()
120 content = Editable.Factory.getInstance().newEditable(TEST_STRING); in testBackspace_withAlt()
166 Editable content = Editable.Factory.getInstance().newEditable(testText); in testBackspace_withCtrl()
174 content = Editable.Factory.getInstance().newEditable(testText); in testBackspace_withCtrl()
209 content = Editable.Factory.getInstance().newEditable(testText); in testBackspace_withCtrl()
232 content = Editable.Factory.getInstance().newEditable(testText); in testBackspace_withCtrl()
[all …]
DCharacterPickerDialogTest.java50 final Editable content = Editable.Factory.getInstance().newEditable(str); in testConstructor()
70 Editable text = Editable.Factory.getInstance().newEditable(str); in testOnItemClick()
95 text = Editable.Factory.getInstance().newEditable(str); in testOnItemClick()
111 final Editable content = Editable.Factory.getInstance().newEditable(str); in testOnClick()
DMetaKeyKeyListenerTest.java39 final Editable content = Editable.Factory.getInstance().newEditable(str); in testPressKey()
64 final Editable content = Editable.Factory.getInstance().newEditable(str); in testReleaseKey()
87 Spannable content = Editable.Factory.getInstance().newEditable(str); in testAdjustMetaAfterKeypress()
96 content = Editable.Factory.getInstance().newEditable(str); in testAdjustMetaAfterKeypress()
105 content = Editable.Factory.getInstance().newEditable(str); in testAdjustMetaAfterKeypress()
130 Spannable text = Editable.Factory.getInstance().newEditable(str); in testResetMetaState()
138 text = Editable.Factory.getInstance().newEditable(str); in testResetMetaState()
146 text = Editable.Factory.getInstance().newEditable(str); in testResetMetaState()
252 Editable text = Editable.Factory.getInstance().newEditable(str); in testClearMetaKeyState()
260 text = Editable.Factory.getInstance().newEditable(str); in testClearMetaKeyState()
[all …]
/cts/tests/tests/telephony/src/android/telephony/cts/
DPhoneNumberUtilsTest.java211 Editable jpEditNumber = Editable.Factory.getInstance().newEditable("0377777777"); in testFormatMethods()
214 jpEditNumber = Editable.Factory.getInstance().newEditable("09077777777"); in testFormatMethods()
217 jpEditNumber = Editable.Factory.getInstance().newEditable("0120777777"); in testFormatMethods()
220 jpEditNumber = Editable.Factory.getInstance().newEditable("+81377777777"); in testFormatMethods()
223 jpEditNumber = Editable.Factory.getInstance().newEditable("+819077777777"); in testFormatMethods()
230 Editable editNumber = Editable.Factory.getInstance().newEditable("0377777777"); in testFormatMethods()
233 editNumber = Editable.Factory.getInstance().newEditable("+177777777"); in testFormatMethods()
236 editNumber = Editable.Factory.getInstance().newEditable("+8177777777"); in testFormatMethods()
/cts/tests/tests/text/src/android/text/cts/
DEditable_FactoryTest.java36 Editable actual = mFactory.newEditable(source); in testNewEditable()
DStaticLayoutTest.java559 Editable editable = Editable.Factory.getInstance().newEditable("123\t\n555"); in testImmutableStaticLayout()
/cts/tests/tests/view/src/android/view/inputmethod/cts/
DBaseInputConnectionTest.java131 Editable inputText = Editable.Factory.getInstance().newEditable(str); in testOpTextMethods()
187 Editable inputText = Editable.Factory.getInstance().newEditable(str); in testFinishComposingText()
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java4833 public Editable newEditable(CharSequence source) { in newEditable() method in TextViewTest.MockEditableFactory
4836 return super.newEditable(source); in newEditable()