Searched refs:remoteToLocalMapping (Results 1 – 1 of 1) sorted by relevance
168 Map<String, File> remoteToLocalMapping = new LinkedHashMap<>(); in getPushSpecs() local178 remoteToLocalMapping.put(pair[1], new File(pair[0])); in getPushSpecs()183 remoteToLocalMapping.put(remoteLocation, local); in getPushSpecs()186 return remoteToLocalMapping; in getPushSpecs()396 Map<String, File> remoteToLocalMapping = getPushSpecs(device); in setUp() local397 for (String remotePath : remoteToLocalMapping.keySet()) { in setUp()398 File local = remoteToLocalMapping.get(remotePath); in setUp()