Home | History | Annotate | Download | only in aggregation

Lines Matching refs:FILESIZE

2100                 PhotoFiles.FILESIZE
2105 int FILESIZE = 2;
2113 final int fileSize;
2115 private PhotoEntry(int pixelCount, int fileSize) {
2117 this.fileSize = fileSize;
2126 return pe.fileSize - fileSize;
2147 return new PhotoEntry(pixelCount, c.getInt(PhotoFileQuery.FILESIZE));