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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator.java2133 private interface PhotoFileQuery { interface in class:ContactAggregator
2177 Cursor c = db.query(Tables.PHOTO_FILES, PhotoFileQuery.COLUMNS, PhotoFiles._ID + "=?",
2183 c.getInt(PhotoFileQuery.HEIGHT) * c.getInt(PhotoFileQuery.WIDTH);
2184 return new PhotoEntry(pixelCount, c.getInt(PhotoFileQuery.FILESIZE));

Completed in 90 milliseconds