Searched defs:streamItemId (Results 1 – 3 of 3) sorted by relevance
2010 long streamItemId = c.getLong(1); in cleanupPhotoStore() local3070 final Long streamItemId = inputValues.getAsLong(StreamItemPhotos.STREAM_ITEM_ID); in insertStreamItemPhoto() local3155 long streamItemId = c.getLong(0); in cleanUpOldStreamItems() local3786 String streamItemId = uri.getLastPathSegment(); in deleteInTransaction() local3794 String streamItemId = uri.getPathSegments().get(1); in deleteInTransaction() local3803 String streamItemId = uri.getPathSegments().get(1); in deleteInTransaction() local3956 private int deleteStreamItem(SQLiteDatabase db, long streamItemId) { in deleteStreamItem()3967 private int deleteStreamItemPhotos(long streamItemId) { in deleteStreamItemPhotos()4213 String streamItemId = uri.getLastPathSegment(); in updateInTransaction() local4226 String streamItemId = uri.getPathSegments().get(1); in updateInTransaction() local[all …]
5666 long streamItemId = ContentUris.parseId(resultUri); in testQueryStreamItemPhotoWithSelection() local5798 long streamItemId = c.getLong(0); in testInsertStreamItemOverLimit() local5855 long streamItemId = 0; in testInsertStreamItemsAndPhotosInBatch() local5889 long streamItemId = ContentUris.parseId(resultUri); in testUpdateStreamItemById() local5902 long streamItemId = ContentUris.parseId(resultUri); in testUpdateStreamItemWithContentValues() local5917 long streamItemId = ContentUris.parseId(resultUri); in testUpdateStreamItemPhotoById() local5945 long streamItemId = ContentUris.parseId(resultUri); in testUpdateStreamItemPhotoWithContentValues() local6013 long streamItemId = ContentUris.parseId( in testDeleteStreamItemPhotoById() local6037 long streamItemId = ContentUris.parseId( in testDeleteStreamItemPhotoWithSelection() local7633 long streamItemId = ContentUris.parseId(streamItemUri); in testPhotoStoreCleanup() local[all …]
477 protected Uri insertStreamItemPhoto(long streamItemId, ContentValues values, Account account) { in insertStreamItemPhoto()