Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/metric/
DFilePullerDeviceMetricCollector.java118 File attemptPull = device.pullFile(entry.getValue()); in pullMetricFile() local
119 if (attemptPull != null) { in pullMetricFile()
125 return new SimpleEntry<String, File>(entry.getKey(), attemptPull); in pullMetricFile()