Searched defs:EntryFile (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
H A DDropBoxManagerService.java294 for (EntryFile entry : list.contents.tailSet(new EntryFile(millis + 1))) {
354 for (EntryFile entry : mAllFiles.contents) {
451 /** Chronologically sorted list of {@link #EntryFile} */
454 public final TreeSet<EntryFile> contents = new TreeSet<EntryFile>();
467 private static final class EntryFile implements Comparable<EntryFile> { class in class:DropBoxManagerService
474 /** Sorts earlier EntryFile instances before later ones. */
475 public final int compareTo(EntryFile
497 public EntryFile(File temp, File dir, String tag,long timestampMillis, method in class:DropBoxManagerService.EntryFile
521 public EntryFile(File dir, String tag, long timestampMillis) throws IOException { method in class:DropBoxManagerService.EntryFile
535 public EntryFile(File file, int blockSize) { method in class:DropBoxManagerService.EntryFile
578 public EntryFile(long millis) { method in class:DropBoxManagerService.EntryFile
[all...]

Completed in 203 milliseconds