Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DDropBoxManagerService.java516 for (EntryFile entry : list.contents.tailSet(new EntryFile(millis + 1))) { in getNextEntry()
610 for (EntryFile entry : mAllFiles.contents) { in dump()
702 private boolean matchEntry(EntryFile entry, ArrayList<String> searchArgs) { in matchEntry()
716 for (EntryFile entry : mAllFiles.contents) { in dumpProtoLocked()
756 public final TreeSet<EntryFile> contents = new TreeSet<EntryFile>();
776 static final class EntryFile implements Comparable<EntryFile> { class in DropBoxManagerService
783 public final int compareTo(EntryFile o) { in compareTo()
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
[all …]
/frameworks/base/services/
Dart-profile-boot281 Lcom/android/server/DropBoxManagerService$EntryFile;->compareTo(Ljava/lang/Object;)I
282 …om/android/server/DropBoxManagerService$EntryFile;->compareTo(Lcom/android/server/DropBoxManagerSe…
283 Lcom/android/server/DropBoxManagerService$EntryFile;->hasFile()Z
285 Lcom/android/server/DropBoxManagerService$EntryFile;-><init>(Ljava/io/File;I)V
286 …d/server/DropBoxManagerService;->enrollEntry(Lcom/android/server/DropBoxManagerService$EntryFile;)V
Dart-profile2219 HSPLcom/android/server/DropBoxManagerService$EntryFile;-><init>(J)V
2220 HSPLcom/android/server/DropBoxManagerService$EntryFile;-><init>(Ljava/io/File;I)V
2221 HSPLcom/android/server/DropBoxManagerService$EntryFile;-><init>(Ljava/io/File;Ljava/io/File;Ljava/l…
2222 HSPLcom/android/server/DropBoxManagerService$EntryFile;-><init>(Ljava/io/File;Ljava/lang/String;J)V
2223 …om/android/server/DropBoxManagerService$EntryFile;->compareTo(Lcom/android/server/DropBoxManagerSe…
2224 HSPLcom/android/server/DropBoxManagerService$EntryFile;->compareTo(Ljava/lang/Object;)I
2225 HSPLcom/android/server/DropBoxManagerService$EntryFile;->deleteFile(Ljava/io/File;)V
2226 HSPLcom/android/server/DropBoxManagerService$EntryFile;->getExtension()Ljava/lang/String;
2227 HSPLcom/android/server/DropBoxManagerService$EntryFile;->getFile(Ljava/io/File;)Ljava/io/File;
2228 HSPLcom/android/server/DropBoxManagerService$EntryFile;->getFilename()Ljava/lang/String;
[all …]