Searched refs:nextTest (Results 1 – 4 of 4) sorted by relevance
/cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/accessory/ |
D | UsbAccessoryTestActivity.java | 174 nextTest(is, os, "echo 32 bytes"); in onAttached() 183 nextTest(is, os, "echo 32 bytes"); in onAttached() 195 nextTest(is, os, "echo two 16 byte transfers as one"); in onAttached() 206 nextTest(is, os, "echo 32 bytes as two 16 byte transfers"); in onAttached() 223 nextTest(is, os, "echo max bytes"); in onAttached() 232 nextTest(is, os, "echo max*2 bytes"); in onAttached() 250 nextTest(is, os, "measure out transfer speed"); in onAttached() 272 nextTest(is, os, "measure in transfer speed"); in onAttached() 293 nextTest(is, os, "Receive USB_ACCESSORY_HANDSHAKE intent"); in onAttached() 304 nextTest(is, os, "done"); in onAttached() [all …]
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/device/ |
D | UsbDeviceTestActivity.java | 239 private void nextTest(@NonNull UsbDeviceConnection connection, @NonNull UsbEndpoint in, in nextTest() method in UsbDeviceTestActivity 993 nextTest(connection, in, out, "Echo 1 byte"); 996 nextTest(connection, in, out, "Echo 1 byte"); 999 nextTest(connection, in, out, "Echo 16384 bytes"); 1002 nextTest(connection, in, out, "Echo 16384 bytes"); 1005 nextTest(connection, in, out, "Echo large buffer"); 1015 nextTest(connection, in, out, "Receive byte after some time"); 1018 nextTest(connection, in, out, "Receive byte immediately"); 1035 nextTest(connection, in, out, "Echo 42 bytes"); 1038 nextTest(connection, in, out, "Echo 42 bytes"); [all …]
|
/cts/apps/CtsVerifierUSBCompanion/src/com/android/cts/verifierusbcompanion/ |
D | DeviceTestCompanion.java | 59 private String nextTest(@NonNull InputStream is, @NonNull OutputStream os, in nextTest() method in DeviceTestCompanion 189 testName = nextTest(is, os, isSuccess); in runTest()
|
D | AccessoryTestCompanion.java | 125 testName = nextTest(connection, in, out, true); in runTest() 288 @NonNull private String nextTest(@NonNull UsbDeviceConnection connection, in nextTest() method in AccessoryTestCompanion
|