Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java1952 StreamItemPhotosColumns.CONCRETE_STREAM_ITEM_ID, in cleanupPhotoStore()
4177 StreamItemPhotosColumns.CONCRETE_STREAM_ITEM_ID + "=?", in updateInTransaction()
6151 qb.appendWhere(StreamItemPhotosColumns.CONCRETE_STREAM_ITEM_ID + "=?"); in queryLocal()
6161 qb.appendWhere(StreamItemPhotosColumns.CONCRETE_STREAM_ITEM_ID + "=? AND " + in queryLocal()
8247 + StreamItemPhotosColumns.CONCRETE_STREAM_ITEM_ID + "=" in setTablesAndProjectionMapForStreamItemPhotos()
DContactsDatabaseHelper.java690 final String CONCRETE_STREAM_ITEM_ID = Tables.STREAM_ITEM_PHOTOS + "." field