HomeSort by relevance Sort by last modified time
    Searched defs:sendString (Results 1 - 25 of 48) sorted by null

1 2

  /packages/services/Car/car-usb-handler/src/android/car/usb/handler/
UsbUtil.java 52 AoapInterface.sendString(connection, AoapInterface.ACCESSORY_STRING_MANUFACTURER,
54 AoapInterface.sendString(connection, AoapInterface.ACCESSORY_STRING_MODEL,
56 AoapInterface.sendString(connection, AoapInterface.ACCESSORY_STRING_DESCRIPTION,
58 AoapInterface.sendString(connection, AoapInterface.ACCESSORY_STRING_VERSION,
60 AoapInterface.sendString(connection, AoapInterface.ACCESSORY_STRING_URI, uri);
61 AoapInterface.sendString(connection, AoapInterface.ACCESSORY_STRING_SERIAL,serial);
AoapInterface.java 114 public static void sendString(UsbDeviceConnection conn, int index, String string)
  /cts/apps/CtsVerifierUSBCompanion/src/com/android/cts/verifierusbcompanion/
AoapInterface.java 101 public static void sendString(UsbDeviceConnection conn, int index, String string) {
AccessoryTestCompanion.java 343 AoapInterface.sendString(connection, AoapInterface.ACCESSORY_STRING_MANUFACTURER,
345 AoapInterface.sendString(connection, AoapInterface.ACCESSORY_STRING_MODEL,
347 AoapInterface.sendString(connection, AoapInterface.ACCESSORY_STRING_DESCRIPTION,
349 AoapInterface.sendString(connection, AoapInterface.ACCESSORY_STRING_VERSION, "2");
350 AoapInterface.sendString(connection, AoapInterface.ACCESSORY_STRING_URI,
352 AoapInterface.sendString(connection, AoapInterface.ACCESSORY_STRING_SERIAL, "0");
  /external/libvncserver/webclients/novnc/include/chrome-app/
tcp-client.js 103 TcpClient.prototype.sendString = function(msg, callback) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/device/
AoapInterface.java 106 public static void sendString(UsbDeviceConnection conn, int index, String string) {
UsbDeviceTestActivity.java 200 AoapInterface.sendString(connection, AoapInterface.ACCESSORY_STRING_MANUFACTURER,
202 AoapInterface.sendString(connection, AoapInterface.ACCESSORY_STRING_MODEL,
204 AoapInterface.sendString(connection, AoapInterface.ACCESSORY_STRING_DESCRIPTION,
206 AoapInterface.sendString(connection, AoapInterface.ACCESSORY_STRING_VERSION, "2");
207 AoapInterface.sendString(connection, AoapInterface.ACCESSORY_STRING_URI,
209 AoapInterface.sendString(connection, AoapInterface.ACCESSORY_STRING_SERIAL, "0");
    [all...]
  /device/google/accessory/arduino/AndroidAccessory/
AndroidAccessory.cpp 71 void AndroidAccessory::sendString(byte addr, int index, const char *str)
93 sendString(addr, ACCESSORY_STRING_MANUFACTURER, manufacturer);
94 sendString(addr, ACCESSORY_STRING_MODEL, model);
95 sendString(addr, ACCESSORY_STRING_DESCRIPTION, description);
96 sendString(addr, ACCESSORY_STRING_VERSION, version);
97 sendString(addr, ACCESSORY_STRING_URI, uri);
98 sendString(addr, ACCESSORY_STRING_SERIAL, serial);
  /frameworks/base/tests/UsbHostExternalManagmentTest/UsbHostExternalManagmentTestApp/src/com/android/hardware/usb/externalmanagementtest/
AoapInterface.java 106 public static void sendString(UsbDeviceConnection conn, int index, String string) {
UsbDeviceStateController.java 145 AoapInterface.sendString(connection, AoapInterface.ACCESSORY_STRING_MANUFACTURER,
147 AoapInterface.sendString(connection, AoapInterface.ACCESSORY_STRING_MODEL,
149 AoapInterface.sendString(connection, AoapInterface.ACCESSORY_STRING_DESCRIPTION,
151 AoapInterface.sendString(connection, AoapInterface.ACCESSORY_STRING_VERSION,
153 AoapInterface.sendString(connection, AoapInterface.ACCESSORY_STRING_URI, request.uri);
154 AoapInterface.sendString(connection, AoapInterface.ACCESSORY_STRING_SERIAL, request.serial);
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/setting/usb/
AoapInterface.java 113 public static void sendString(UsbDeviceConnection conn, int index, String string)
UsbDeviceStateController.java 181 AoapInterface.sendString(connection, AoapInterface.ACCESSORY_STRING_MANUFACTURER,
183 AoapInterface.sendString(connection, AoapInterface.ACCESSORY_STRING_MODEL,
185 AoapInterface.sendString(connection, AoapInterface.ACCESSORY_STRING_DESCRIPTION,
187 AoapInterface.sendString(connection, AoapInterface.ACCESSORY_STRING_VERSION,
189 AoapInterface.sendString(connection, AoapInterface.ACCESSORY_STRING_URI, request.uri);
190 AoapInterface.sendString(connection, AoapInterface.ACCESSORY_STRING_SERIAL,
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
CtsKeyEventUtil.java 48 public static void sendString(final Instrumentation instrumentation, final View targetView,
  /cts/tests/tests/text/src/android/text/method/cts/
DateTimeKeyListenerTest.java 157 CtsKeyEventUtil.sendString(mInstrumentation, mTextView, "1");
162 CtsKeyEventUtil.sendString(mInstrumentation, mTextView, "2");
199 CtsKeyEventUtil.sendString(mInstrumentation, mTextView, "1");
TimeKeyListenerTest.java 154 CtsKeyEventUtil.sendString(mInstrumentation, mTextView, "1");
159 CtsKeyEventUtil.sendString(mInstrumentation, mTextView, "2");
195 CtsKeyEventUtil.sendString(mInstrumentation, mTextView, "1");
  /cts/tests/tests/widget/src/android/widget/cts/
DialerFilterTest.java 106 CtsKeyEventUtil.sendString(mInstrumentation, mDialerFilter, "123");
121 CtsKeyEventUtil.sendString(mInstrumentation, mDialerFilter, "234");
124 CtsKeyEventUtil.sendString(mInstrumentation, mDialerFilter, "adg");
138 CtsKeyEventUtil.sendString(mInstrumentation, mDialerFilter, "234");
141 CtsKeyEventUtil.sendString(mInstrumentation, mDialerFilter, "adg");
152 CtsKeyEventUtil.sendString(mInstrumentation, mDialerFilter, "123");
TextViewTest.java     [all...]
  /external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
WaltTcpConnection.java 141 public void sendString(final String s) throws IOException {
201 sendString(cmd);
  /frameworks/base/core/java/android/provider/
Browser.java 207 public static final void sendString(Context context, String string) {
208 sendString(context, string, context.getString(com.android.internal.R.string.sendText));
221 public static final void sendString(Context c,
  /frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
SinkActivity.java 249 sendString(conn, UsbAccessoryConstants.ACCESSORY_STRING_MANUFACTURER, MANUFACTURER);
250 sendString(conn, UsbAccessoryConstants.ACCESSORY_STRING_MODEL, MODEL);
251 sendString(conn, UsbAccessoryConstants.ACCESSORY_STRING_DESCRIPTION, DESCRIPTION);
252 sendString(conn, UsbAccessoryConstants.ACCESSORY_STRING_VERSION, VERSION);
253 sendString(conn, UsbAccessoryConstants.ACCESSORY_STRING_URI, URI);
254 sendString(conn, UsbAccessoryConstants.ACCESSORY_STRING_SERIAL, SERIAL);
452 private void sendString(UsbDeviceConnection conn, int index, String string) {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
SocketTest.java     [all...]
  /libcore/luni/src/test/java/libcore/java/net/
OldSocketTest.java 605 String sendString = new String("Test");
606 theOutput.write(sendString.getBytes());
640 String sendString = new String("Test");
642 theOutput.write(sendString.getBytes());
    [all...]
  /prebuilts/misc/common/android-support-test/runner/
runner_release_no_deps.jar 
  /prebuilts/misc/common/ub-janktesthelper/
ub-janktesthelper.jar 
  /external/robolectric/v1/lib/main/
android.jar 

Completed in 521 milliseconds

1 2