Searched refs:StreamItemPhotosColumns (Results 1 – 2 of 2) sorted by relevance
168 import com.android.providers.contacts.ContactsDatabaseHelper.StreamItemPhotosColumns;1115 .add(StreamItemPhotos._ID, StreamItemPhotosColumns.CONCRETE_ID)2088 StreamItemPhotosColumns.CONCRETE_ID, in cleanupPhotoStore()2089 StreamItemPhotosColumns.CONCRETE_STREAM_ITEM_ID, in cleanupPhotoStore()4072 StreamItemPhotosColumns.CONCRETE_ID + "=? AND " in deleteInTransaction()4545 StreamItemPhotosColumns.CONCRETE_ID + "=? AND " + in updateInTransaction()4546 StreamItemPhotosColumns.CONCRETE_STREAM_ITEM_ID + "=?", in updateInTransaction()6635 qb.appendWhere(StreamItemPhotosColumns.CONCRETE_STREAM_ITEM_ID + "=?"); in queryLocal()6645 qb.appendWhere(StreamItemPhotosColumns.CONCRETE_STREAM_ITEM_ID + "=? AND " + in queryLocal()6646 StreamItemPhotosColumns.CONCRETE_ID + "=?"); in queryLocal()[all …]
692 public interface StreamItemPhotosColumns { interface in ContactsDatabaseHelper