Searched refs:deviceFileName (Results 1 – 1 of 1) sorted by relevance
171 for (String deviceFileName : deviceDirectoryContents) { in checkForErrorFile()172 if (deviceFileName.equals("error")) { in checkForErrorFile()209 String deviceFileName = String in fetchHeapDump() local211 File file = testDevice.pullFile(deviceFileName); in fetchHeapDump()213 throw new RuntimeException("Failed to pull dump: " + deviceFileName); in fetchHeapDump()