Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator.java2096 private interface PhotoFileQuery { interface in ContactAggregator
2140 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()