Home
last modified time | relevance | path

Searched refs:FileList (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/
H A DDropBoxManagerService.java115 private FileList mAllFiles = null;
116 private ArrayMap<String, FileList> mFilesByTag = null;
803 private static final class FileList implements Comparable<FileList> { class in DropBoxManagerService
808 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 …]
/aosp12/build/blueprint/pathtools/
H A Dglob.go52 func (result GlobResult) FileList() []byte { func
60 func (results MultipleGlobResults) FileList() []byte { func
/aosp12/build/blueprint/bootstrap/bpglob/
H A Dbpglob.go211 err := pathtools.WriteFileIfChanged(fileListFile, results.FileList(), 0666)
/aosp12/build/blueprint/bootstrap/
H A Dglob.go194 err := pathtools.WriteFileIfChanged(absolutePath(fileListFile), globs.FileList(), 0666)
/aosp12/frameworks/base/services/
H A Dart-profile1549 HSPLcom/android/server/DropBoxManagerService$FileList;-><init>()V
1550 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;