Searched refs:FileList (Results 1 – 5 of 5) sorted by relevance
115 private FileList mAllFiles = null;116 private ArrayMap<String, FileList> mFilesByTag = null;803 private static final class FileList implements Comparable<FileList> { class in DropBoxManagerService808 public final int compareTo(FileList o) { in compareTo()1025 mAllFiles = new FileList(); in init()1056 FileList tagFiles = mFilesByTag.get(entry.tag); in enrollEntry()1058 tagFiles = new FileList(); in enrollEntry()1129 FileList tag = mFilesByTag.get(entry.tag); in trimToFit()1182 TreeSet<FileList> tags = new TreeSet<FileList>(mFilesByTag.values()); in trimToFit()1183 for (FileList tag : tags) { in trimToFit()[all …]
52 func (result GlobResult) FileList() []byte { func60 func (results MultipleGlobResults) FileList() []byte { func
211 err := pathtools.WriteFileIfChanged(fileListFile, results.FileList(), 0666)
194 err := pathtools.WriteFileIfChanged(absolutePath(fileListFile), globs.FileList(), 0666)
1549 HSPLcom/android/server/DropBoxManagerService$FileList;-><init>()V1550 HSPLcom/android/server/DropBoxManagerService$FileList;-><init>(Lcom/android/server/DropBoxManagerSe…1551 …ice$FileList;->compareTo(Lcom/android/server/DropBoxManagerService$FileList;)I+]Ljava/lang/Object;…1552 …ice$FileList;->compareTo(Ljava/lang/Object;)I+]Lcom/android/server/DropBoxManagerService$FileList;…51708 Lcom/android/server/DropBoxManagerService$FileList;