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