Searched defs:devicePath (Results 1 – 3 of 3) sorted by relevance
140 private void assertFileExists(String devicePath) throws DeviceNotAvailableException { in assertFileExists()
111 final String devicePath = String.format(FILE_PATH, "tmp_testPushPull.txt"); in testTransferTime() local
989 private final String devicePath; field in TzDataCheckTest.PathPair991 PathPair(Path hostPath, String devicePath) { in PathPair()