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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator2.java765 private interface PhotoFileQuery { interface in class:ContactAggregator2
H A DAbstractContactAggregator.java1682 private interface PhotoFileQuery { interface in class:AbstractContactAggregator
1726 Cursor c = db.query(Tables.PHOTO_FILES, PhotoFileQuery.COLUMNS, PhotoFiles._ID + "=?",
1732 c.getInt(PhotoFileQuery.HEIGHT) * c.getInt(PhotoFileQuery.WIDTH);
1733 return new PhotoEntry(pixelCount, c.getInt(PhotoFileQuery.FILESIZE));

Completed in 15 milliseconds