Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DDropBoxManagerService.java776 static final class EntryFile implements Comparable<EntryFile> { class in DropBoxManagerService
807 public EntryFile(File temp, File dir, String tag,long timestampMillis, in EntryFile() method in DropBoxManagerService.EntryFile
830 public EntryFile(File dir, String tag, long timestampMillis) throws IOException { in EntryFile() method in DropBoxManagerService.EntryFile
847 public EntryFile(File file, int blockSize) { in EntryFile() method in DropBoxManagerService.EntryFile
906 public EntryFile(long millis) { in EntryFile() method in DropBoxManagerService.EntryFile