HomeSort by relevance Sort by last modified time
    Searched refs:runAndAssertException (Results 1 - 3 of 3) sorted by null

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/
Util.java 34 public static void runAndAssertException(@NonNull Invokable r,
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/device/
UsbDeviceTestActivity.java 19 import static com.android.cts.verifier.usb.Util.runAndAssertException;
410 runAndAssertException(() -> connection.controlTransfer(0, 0, 0, 0, null, 1, 0),
413 runAndAssertException(() -> connection.controlTransfer(0, 0, 0, 0, new byte[1], -1, 0),
416 runAndAssertException(() -> connection.controlTransfer(0, 0, 0, 0, new byte[1], 2, 0),
419 runAndAssertException(() -> connection.controlTransfer(0, 0, 0, 0, null, 0, 1, 0),
422 runAndAssertException(() -> connection.controlTransfer(0, 0, 0, 0, new byte[1], 0, -1, 0),
425 runAndAssertException(() -> connection.controlTransfer(0, 0, 0, 0, new byte[1], 1, 1, 0),
796 runAndAssertException(() -> connection.requestWait(-1), IllegalArgumentException.class);
799 runAndAssertException(() -> connection.requestWait(100), TimeoutException.class);
804 runAndAssertException(() -> connection.requestWait(0), TimeoutException.class)
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/accessory/
UsbAccessoryTestActivity.java 19 import static com.android.cts.verifier.usb.Util.runAndAssertException;
105 runAndAssertException(() -> usbManager.openAccessory(null),

Completed in 1404 milliseconds