Searched defs:streamItemId (Results 1 – 3 of 3) sorted by relevance
2019 long streamItemId = c.getLong(1); in cleanupPhotoStore() local3084 final Long streamItemId = inputValues.getAsLong(StreamItemPhotos.STREAM_ITEM_ID); in insertStreamItemPhoto() local3169 long streamItemId = c.getLong(0); in cleanUpOldStreamItems() local3800 String streamItemId = uri.getLastPathSegment(); in deleteInTransaction() local3808 String streamItemId = uri.getPathSegments().get(1); in deleteInTransaction() local3817 String streamItemId = uri.getPathSegments().get(1); in deleteInTransaction() local3970 private int deleteStreamItem(SQLiteDatabase db, long streamItemId) { in deleteStreamItem()3981 private int deleteStreamItemPhotos(long streamItemId) { in deleteStreamItemPhotos()4212 String streamItemId = uri.getLastPathSegment(); in updateInTransaction() local4225 String streamItemId = uri.getPathSegments().get(1); in updateInTransaction() local[all …]
5758 long streamItemId = ContentUris.parseId(resultUri); in testQueryStreamItemPhotoWithSelection() local5890 long streamItemId = c.getLong(0); in testInsertStreamItemOverLimit() local5947 long streamItemId = 0; in testInsertStreamItemsAndPhotosInBatch() local5981 long streamItemId = ContentUris.parseId(resultUri); in testUpdateStreamItemById() local5994 long streamItemId = ContentUris.parseId(resultUri); in testUpdateStreamItemWithContentValues() local6009 long streamItemId = ContentUris.parseId(resultUri); in testUpdateStreamItemPhotoById() local6037 long streamItemId = ContentUris.parseId(resultUri); in testUpdateStreamItemPhotoWithContentValues() local6105 long streamItemId = ContentUris.parseId( in testDeleteStreamItemPhotoById() local6129 long streamItemId = ContentUris.parseId( in testDeleteStreamItemPhotoWithSelection() local7739 long streamItemId = ContentUris.parseId(streamItemUri); in testPhotoStoreCleanup() local[all …]
485 protected Uri insertStreamItemPhoto(long streamItemId, ContentValues values, Account account) { in insertStreamItemPhoto()