Home
last modified time | relevance | path

Searched refs:hasUsbFunctionality (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/incident/src/com/android/server/cts/
DUsbIncidentTest.java46 … public static boolean hasUsbFunctionality(ITestDevice device) throws DeviceNotAvailableException { in hasUsbFunctionality() method in UsbIncidentTest
54 assumeTrue("Device doesn't support USB functionality.", hasUsbFunctionality(getDevice())); in testUsbServiceDump()
DIncidentdTest.java70 if (UsbIncidentTest.hasUsbFunctionality(getDevice())) { in testIncidentReportDump()