Home
last modified time | relevance | path

Searched refs:supportedHardware (Results 1 – 4 of 4) sorted by relevance

/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DDocumentsClientTest.java119 if (!supportedHardware()) return; in testOpenSimple()
167 if (!supportedHardware()) return; in testOpenVirtual()
204 if (!supportedHardware()) return; in testCreateNew()
231 if (!supportedHardware()) return; in testCreateExisting()
262 if (!supportedHardware()) return; in testTree()
334 if (!supportedHardware()) return; in testGetContent()
356 if (!supportedHardware()) return; in testTransferDocument()
469 if (!supportedHardware()) return; in testFindDocumentPathInScopedAccess()
511 if (!supportedHardware()) return; in testOpenDocumentAtInitialLocation()
530 if (!supportedHardware()) return; in testOpenDocumentTreeAtInitialLocation()
[all …]
DDocumentsClientTestCase.java138 protected boolean supportedHardware() { in supportedHardware() method in DocumentsClientTestCase
/cts/hostsidetests/systemui/src/android/host/systemui/
DBaseTileServiceTest.java129 return supportedHardware() && supportedSoftware(); in supported()
137 private boolean supportedHardware() throws DeviceNotAvailableException { in supportedHardware() method in BaseTileServiceTest
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DVpnTest.java111 private boolean supportedHardware() { in supportedHardware() method in VpnTest
539 if (!supportedHardware()) return; in testDefault()
553 if (!supportedHardware()) return; in testAppAllowed()
568 if (!supportedHardware()) return; in testAppDisallowed()