Searched refs:mPushFileSpecs (Results 1 – 1 of 1) sorted by relevance
91 private MultiMap<File, String> mPushFileSpecs = new MultiMap<>(); field in PushFilePreparer180 for (File local : mPushFileSpecs.keySet()) { in getPushSpecs()181 for (String remoteLocation : mPushFileSpecs.get(local)) { in getPushSpecs()