Searched defs:streamItemId (Results 1 – 3 of 3) sorted by relevance
1961 long streamItemId = c.getLong(1); in cleanupPhotoStore() local3026 final Long streamItemId = inputValues.getAsLong(StreamItemPhotos.STREAM_ITEM_ID); in insertStreamItemPhoto() local3111 long streamItemId = c.getLong(0); in cleanUpOldStreamItems() local3742 String streamItemId = uri.getLastPathSegment(); in deleteInTransaction() local3750 String streamItemId = uri.getPathSegments().get(1); in deleteInTransaction() local3759 String streamItemId = uri.getPathSegments().get(1); in deleteInTransaction() local3912 private int deleteStreamItem(SQLiteDatabase db, long streamItemId) { in deleteStreamItem()3923 private int deleteStreamItemPhotos(long streamItemId) { in deleteStreamItemPhotos()4153 String streamItemId = uri.getLastPathSegment(); in updateInTransaction() local4166 String streamItemId = uri.getPathSegments().get(1); in updateInTransaction() local[all …]
5662 long streamItemId = ContentUris.parseId(resultUri); in testQueryStreamItemPhotoWithSelection() local5794 long streamItemId = c.getLong(0); in testInsertStreamItemOverLimit() local5851 long streamItemId = 0; in testInsertStreamItemsAndPhotosInBatch() local5885 long streamItemId = ContentUris.parseId(resultUri); in testUpdateStreamItemById() local5898 long streamItemId = ContentUris.parseId(resultUri); in testUpdateStreamItemWithContentValues() local5913 long streamItemId = ContentUris.parseId(resultUri); in testUpdateStreamItemPhotoById() local5941 long streamItemId = ContentUris.parseId(resultUri); in testUpdateStreamItemPhotoWithContentValues() local6009 long streamItemId = ContentUris.parseId( in testDeleteStreamItemPhotoById() local6033 long streamItemId = ContentUris.parseId( in testDeleteStreamItemPhotoWithSelection() local7646 long streamItemId = ContentUris.parseId(streamItemUri); in testPhotoStoreCleanup() local[all …]
485 protected Uri insertStreamItemPhoto(long streamItemId, ContentValues values, Account account) { in insertStreamItemPhoto()