Searched refs:remoteToLocalMapping (Results 1 – 1 of 1) sorted by relevance
167 Map<String, File> remoteToLocalMapping = new LinkedHashMap<>(); in getPushSpecs() local177 remoteToLocalMapping.put(pair[1], new File(pair[0])); in getPushSpecs()182 remoteToLocalMapping.put(remoteLocation, local); in getPushSpecs()185 return remoteToLocalMapping; in getPushSpecs()374 Map<String, File> remoteToLocalMapping = getPushSpecs(device); in setUp() local375 for (String remotePath : remoteToLocalMapping.keySet()) { in setUp()376 File local = remoteToLocalMapping.get(remotePath); in setUp()