Home
last modified time | relevance | path

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

/cts/tests/tests/text/src/android/text/method/cts/
DBaseKeyListenerTest.java51 Editable content = Editable.Factory.getInstance().newEditable(TEST_STRING); in testBackspace()
72 content = Editable.Factory.getInstance().newEditable(testText); in testBackspace()
90 content = Editable.Factory.getInstance().newEditable(testText); in testBackspace()
112 Editable content = Editable.Factory.getInstance().newEditable(TEST_STRING); in testBackspace_withAlt()
120 content = Editable.Factory.getInstance().newEditable(TEST_STRING); in testBackspace_withAlt()
127 content = Editable.Factory.getInstance().newEditable(TEST_STRING); in testBackspace_withAlt()
173 Editable content = Editable.Factory.getInstance().newEditable(testText); in testBackspace_withCtrl()
181 content = Editable.Factory.getInstance().newEditable(testText); in testBackspace_withCtrl()
216 content = Editable.Factory.getInstance().newEditable(testText); in testBackspace_withCtrl()
239 content = Editable.Factory.getInstance().newEditable(testText); in testBackspace_withCtrl()
[all …]
DCharacterPickerDialogTest.java46 final Editable content = Editable.Factory.getInstance().newEditable(str); in testConstructor()
66 Editable text = Editable.Factory.getInstance().newEditable(str); in testOnItemClick()
91 text = Editable.Factory.getInstance().newEditable(str); in testOnItemClick()
107 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 …]
DEditorState.java175 mText = Editable.Factory.getInstance().newEditable(spannable); in setByString()
/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.java567 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()
274 final Editable editable = Editable.Factory.getInstance().newEditable(source); in createDummyConnectionWithSelection()
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java5432 public Editable newEditable(CharSequence source) { in newEditable() method in TextViewTest.MockEditableFactory
5435 return super.newEditable(source); in newEditable()
/cts/tools/dex-tools/dex/
Dclasses.out.dex76128 public android.text.Editable newEditable(