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

/frameworks/base/services/java/com/android/server/
H A DDropBoxManagerService.java288 for (EntryFile entry : list.contents.tailSet(new EntryFile(millis + 1))) {
348 for (EntryFile entry : mAllFiles.contents) {
440 /** Chronologically sorted list of {@link #EntryFile} */
443 public final TreeSet<EntryFile> contents = new TreeSet<EntryFile>();
456 private static final class EntryFile implements Comparable<EntryFile> { class in class:DropBoxManagerService
463 /** Sorts earlier EntryFile instances before later ones. */
464 public final int compareTo(EntryFile
486 public EntryFile(File temp, File dir, String tag,long timestampMillis, method in class:DropBoxManagerService.EntryFile
510 public EntryFile(File dir, String tag, long timestampMillis) throws IOException { method in class:DropBoxManagerService.EntryFile
524 public EntryFile(File file, int blockSize) { method in class:DropBoxManagerService.EntryFile
567 public EntryFile(long millis) { method in class:DropBoxManagerService.EntryFile
[all...]

Completed in 51 milliseconds