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

/packages/apps/Settings/src/com/android/settings/deviceinfo/
H A DStorageMeasurement.java106 List<FileInfo> mFileInfoForMisc;
499 mFileInfoForMisc = new ArrayList<FileInfo>();
512 mFileInfoForMisc.add(new FileInfo(path, fileSize, counter++));
516 mFileInfoForMisc.add(new FileInfo(path, dirSize, counter++));
522 // sort the list of FileInfo objects collected above in descending order of their sizes
526 static class FileInfo implements Comparable<FileInfo> { class in class:StorageMeasurement
531 FileInfo(String fileName, long size, long id) { method in class:StorageMeasurement.FileInfo
538 public int compareTo(FileInfo that) {

Completed in 19 milliseconds