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 …]
5636 long streamItemId = ContentUris.parseId(resultUri); in testQueryStreamItemPhotoWithSelection() local5768 long streamItemId = c.getLong(0); in testInsertStreamItemOverLimit() local5825 long streamItemId = 0; in testInsertStreamItemsAndPhotosInBatch() local5859 long streamItemId = ContentUris.parseId(resultUri); in testUpdateStreamItemById() local5872 long streamItemId = ContentUris.parseId(resultUri); in testUpdateStreamItemWithContentValues() local5887 long streamItemId = ContentUris.parseId(resultUri); in testUpdateStreamItemPhotoById() local5915 long streamItemId = ContentUris.parseId(resultUri); in testUpdateStreamItemPhotoWithContentValues() local5983 long streamItemId = ContentUris.parseId( in testDeleteStreamItemPhotoById() local6007 long streamItemId = ContentUris.parseId( in testDeleteStreamItemPhotoWithSelection() local7620 long streamItemId = ContentUris.parseId(streamItemUri); in testPhotoStoreCleanup() local[all …]
485 protected Uri insertStreamItemPhoto(long streamItemId, ContentValues values, Account account) { in insertStreamItemPhoto()