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.java1945 StreamItemPhotosColumns.CONCRETE_STREAM_ITEM_ID, in cleanupPhotoStore()
4305 StreamItemPhotosColumns.CONCRETE_STREAM_ITEM_ID + "=?", in updateInTransaction()
6190 qb.appendWhere(StreamItemPhotosColumns.CONCRETE_STREAM_ITEM_ID + "=?"); in queryLocal()
6200 qb.appendWhere(StreamItemPhotosColumns.CONCRETE_STREAM_ITEM_ID + "=? AND " + in queryLocal()
8294 + StreamItemPhotosColumns.CONCRETE_STREAM_ITEM_ID + "=" in setTablesAndProjectionMapForStreamItemPhotos()
DContactsDatabaseHelper.java679 final String CONCRETE_STREAM_ITEM_ID = Tables.STREAM_ITEM_PHOTOS + "." field