Searched refs:forceCompress (Results 1 – 1 of 1) sorted by relevance
442 boolean forceCompress = false; in addEntry()445 forceCompress = true; in addEntry()449 addEntry(tag, new SimpleEntrySource(in, length, forceCompress), flags); in addEntry()458 private final boolean forceCompress; field in DropBoxManagerService.SimpleEntrySource460 public SimpleEntrySource(InputStream in, long length, boolean forceCompress) { in SimpleEntrySource() argument463 this.forceCompress = forceCompress; in SimpleEntrySource()475 if (forceCompress) { in writeTo()