Searched defs:streamItemId (Results 1 – 3 of 3) sorted by relevance
2101 long streamItemId = c.getLong(1); in cleanupPhotoStore() local3349 final Long streamItemId = inputValues.getAsLong(StreamItemPhotos.STREAM_ITEM_ID); in insertStreamItemPhoto() local3434 long streamItemId = c.getLong(0); in cleanUpOldStreamItems() local4046 String streamItemId = uri.getLastPathSegment(); in deleteInTransaction() local4054 String streamItemId = uri.getPathSegments().get(1); in deleteInTransaction() local4063 String streamItemId = uri.getPathSegments().get(1); in deleteInTransaction() local4279 private int deleteStreamItem(SQLiteDatabase db, long streamItemId) { in deleteStreamItem()4290 private int deleteStreamItemPhotos(long streamItemId) { in deleteStreamItemPhotos()4516 String streamItemId = uri.getLastPathSegment(); in updateInTransaction() local4529 String streamItemId = uri.getPathSegments().get(1); in updateInTransaction() local[all …]
5672 long streamItemId = ContentUris.parseId(resultUri); in testQueryStreamItemPhotoWithSelection() local5804 long streamItemId = c.getLong(0); in testInsertStreamItemOverLimit() local5861 long streamItemId = 0; in testInsertStreamItemsAndPhotosInBatch() local5895 long streamItemId = ContentUris.parseId(resultUri); in testUpdateStreamItemById() local5908 long streamItemId = ContentUris.parseId(resultUri); in testUpdateStreamItemWithContentValues() local5923 long streamItemId = ContentUris.parseId(resultUri); in testUpdateStreamItemPhotoById() local5951 long streamItemId = ContentUris.parseId(resultUri); in testUpdateStreamItemPhotoWithContentValues() local6019 long streamItemId = ContentUris.parseId( in testDeleteStreamItemPhotoById() local6043 long streamItemId = ContentUris.parseId( in testDeleteStreamItemPhotoWithSelection() local7594 long streamItemId = ContentUris.parseId(streamItemUri); in testPhotoStoreCleanup() local[all …]
498 protected Uri insertStreamItemPhoto(long streamItemId, ContentValues values, Account account) { in insertStreamItemPhoto()