Home
last modified time | relevance | path

Searched refs:sendString (Results 1 – 11 of 11) sorted by relevance

/cts/apps/CtsVerifierUSBCompanion/src/com/android/cts/verifierusbcompanion/
DAccessoryTestCompanion.java343 AoapInterface.sendString(connection, AoapInterface.ACCESSORY_STRING_MANUFACTURER, in makeThisDeviceAnAccessory()
345 AoapInterface.sendString(connection, AoapInterface.ACCESSORY_STRING_MODEL, in makeThisDeviceAnAccessory()
347 AoapInterface.sendString(connection, AoapInterface.ACCESSORY_STRING_DESCRIPTION, in makeThisDeviceAnAccessory()
349 AoapInterface.sendString(connection, AoapInterface.ACCESSORY_STRING_VERSION, "2"); in makeThisDeviceAnAccessory()
350 AoapInterface.sendString(connection, AoapInterface.ACCESSORY_STRING_URI, in makeThisDeviceAnAccessory()
352 AoapInterface.sendString(connection, AoapInterface.ACCESSORY_STRING_SERIAL, "0"); in makeThisDeviceAnAccessory()
DAoapInterface.java101 public static void sendString(UsbDeviceConnection conn, int index, String string) { in sendString() method in AoapInterface
/cts/tests/tests/text/src/android/text/method/cts/
DDateTimeKeyListenerTest.java156 sendString(mTextView, "1"); in testDateTimeKeyListener()
161 sendString(mTextView, "2"); in testDateTimeKeyListener()
198 sendString(mTextView, "1"); in testDateTimeKeyListener()
DTimeKeyListenerTest.java155 sendString(mTextView, "1"); in testTimeKeyListener()
160 sendString(mTextView, "2"); in testTimeKeyListener()
196 sendString(mTextView, "1"); in testTimeKeyListener()
DKeyListenerTestCase.java155 protected final void sendString(View targetView, String text) { in sendString() method in KeyListenerTestCase
156 mCtsKeyEventUtil.sendString(mInstrumentation, targetView, text); in sendString()
/cts/tests/tests/widget/src/android/widget/cts/
DDialerFilterTest.java117 mCtsKeyEventUtil.sendString(mInstrumentation, mDialerFilter, "123"); in testOnKeyUpDown()
131 mCtsKeyEventUtil.sendString(mInstrumentation, mDialerFilter, "234"); in testOnKeyUpDown()
134 mCtsKeyEventUtil.sendString(mInstrumentation, mDialerFilter, "adg"); in testOnKeyUpDown()
147 mCtsKeyEventUtil.sendString(mInstrumentation, mDialerFilter, "234"); in testOnKeyUpDown()
150 mCtsKeyEventUtil.sendString(mInstrumentation, mDialerFilter, "adg"); in testOnKeyUpDown()
160 mCtsKeyEventUtil.sendString(mInstrumentation, mDialerFilter, "123"); in testOnKeyUpDown()
DTextViewTest.java1910 sendString(mTextView, "abc"); in testUndo_insert()
1941 sendString(mTextView, "xyz"); in testUndo_delete()
2159 sendString(mTextView, "xyz"); in testUndo_setText()
2181 sendString(mTextView, "abc"); in testRedo_setText()
2199 sendString(mTextView, "abc"); in testUndo_directAppend()
2221 sendString(mTextView, "abc"); in testUndo_directInsert()
2266 sendString(mTextView, "abc"); in testUndo_textWatcher()
2300 sendString(mTextView, "abc"); in testUndo_shortcuts()
2322 sendString(mTextView, "abc"); in testUndo_saveInstanceState()
2357 sendString(mTextView, "a"); in testUndo_saveInstanceStateEmpty()
[all …]
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DCtsKeyEventUtil.java65 public void sendString(Instrumentation instrumentation, View targetView, String text) { in sendString() method in CtsKeyEventUtil
66 sendString(instrumentation, text); in sendString()
75 public void sendString(Instrumentation instrumentation, String text) { in sendString() method in CtsKeyEventUtil
/cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/device/
DAoapInterface.java106 public static void sendString(UsbDeviceConnection conn, int index, String string) { in sendString() method in AoapInterface
DUsbDeviceTestActivity.java218 AoapInterface.sendString(connection, AoapInterface.ACCESSORY_STRING_MANUFACTURER, in makeThisDeviceAnAccessory()
220 AoapInterface.sendString(connection, AoapInterface.ACCESSORY_STRING_MODEL, in makeThisDeviceAnAccessory()
222 AoapInterface.sendString(connection, AoapInterface.ACCESSORY_STRING_DESCRIPTION, in makeThisDeviceAnAccessory()
224 AoapInterface.sendString(connection, AoapInterface.ACCESSORY_STRING_VERSION, "2"); in makeThisDeviceAnAccessory()
225 AoapInterface.sendString(connection, AoapInterface.ACCESSORY_STRING_URI, in makeThisDeviceAnAccessory()
227 AoapInterface.sendString(connection, AoapInterface.ACCESSORY_STRING_SERIAL, "0"); in makeThisDeviceAnAccessory()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt35422 method public static final void sendString(android.content.Context, String);