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

/frameworks/base/services/core/java/com/android/server/
H A DDropBoxManagerService.java334 for (EntryFile entry : list.contents.tailSet(new EntryFile(millis + 1))) {
394 for (EntryFile entry : mAllFiles.contents) {
491 /** Chronologically sorted list of {@link EntryFile} */
494 public final TreeSet<EntryFile> contents = new TreeSet<EntryFile>();
507 private static final class EntryFile implements Comparable<EntryFile> { class in class:DropBoxManagerService
514 /** Sorts earlier EntryFile instances before later ones. */
515 public final int compareTo(EntryFile
537 public EntryFile(File temp, File dir, String tag,long timestampMillis, method in class:DropBoxManagerService.EntryFile
561 public EntryFile(File dir, String tag, long timestampMillis) throws IOException { method in class:DropBoxManagerService.EntryFile
575 public EntryFile(File file, int blockSize) { method in class:DropBoxManagerService.EntryFile
618 public EntryFile(long millis) { method in class:DropBoxManagerService.EntryFile
[all...]

Completed in 626 milliseconds