Home
last modified time | relevance | path

Searched defs:devicePath (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/testharness/src/android/testharness/cts/
DTestHarnessModeDeviceTest.java140 private void assertFileExists(String devicePath) throws DeviceNotAvailableException { in assertFileExists()
/cts/hostsidetests/sample/src/android/sample/cts/
DSampleHostResultTest.java111 final String devicePath = String.format(FILE_PATH, "tmp_testPushPull.txt"); in testTransferTime() local
/cts/hostsidetests/tzdata/src/com/android/cts/tzdata/
DTzDataCheckTest.java989 private final String devicePath; field in TzDataCheckTest.PathPair
991 PathPair(Path hostPath, String devicePath) { in PathPair()