Searched refs:PhotoFileQuery (Results 1 – 1 of 1) sorted by relevance
2096 private interface PhotoFileQuery { interface in ContactAggregator2140 Cursor c = db.query(Tables.PHOTO_FILES, PhotoFileQuery.COLUMNS, PhotoFiles._ID + "=?", in getPhotoMetadata()2146 c.getInt(PhotoFileQuery.HEIGHT) * c.getInt(PhotoFileQuery.WIDTH); in getPhotoMetadata()2147 return new PhotoEntry(pixelCount, c.getInt(PhotoFileQuery.FILESIZE)); in getPhotoMetadata()