Searched refs:remoteToLocalMapping (Results 1 – 1 of 1) sorted by relevance
152 Map<String, File> remoteToLocalMapping = new LinkedHashMap<>(); in getPushSpecs() local159 remoteToLocalMapping.put(pair[1], new File(pair[0])); in getPushSpecs()164 remoteToLocalMapping.put(remoteLocation, local); in getPushSpecs()167 return remoteToLocalMapping; in getPushSpecs()338 Map<String, File> remoteToLocalMapping = getPushSpecs(device.getDeviceDescriptor()); in setUp() local339 for (String remotePath : remoteToLocalMapping.keySet()) { in setUp()340 File local = remoteToLocalMapping.get(remotePath); in setUp()