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

/packages/apps/Settings/src/com/android/settings/deviceinfo/
H A DStorageMeasurement.java164 List<FileInfo> mFileInfoForMisc;
474 mFileInfoForMisc = new ArrayList<FileInfo>();
492 mFileInfoForMisc.add(new FileInfo(path, fileSize, counter++));
496 mFileInfoForMisc.add(new FileInfo(path, dirSize, counter++));
503 // sort the list of FileInfo objects collected above in descending order of their sizes
509 static class FileInfo implements Comparable<FileInfo> { class in class:StorageMeasurement
514 FileInfo(String fileName, long size, long id) { method in class:StorageMeasurement.FileInfo
521 public int compareTo(FileInfo that) {
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
H A DStorageMeasurement.java171 List<FileInfo> mFileInfoForMisc;
480 mFileInfoForMisc = new ArrayList<FileInfo>();
498 mFileInfoForMisc.add(new FileInfo(path, fileSize, counter++));
502 mFileInfoForMisc.add(new FileInfo(path, dirSize, counter++));
509 // sort the list of FileInfo objects collected above in descending order of their sizes
515 static class FileInfo implements Comparable<FileInfo> { class in class:StorageMeasurement
520 FileInfo(String fileName, long size, long id) { method in class:StorageMeasurement.FileInfo
527 public int compareTo(FileInfo that) {

Completed in 40 milliseconds