Searched defs:streamItemId (Results 1 – 3 of 3) sorted by relevance
2115 long streamItemId = c.getLong(1); in cleanupPhotoStore() local3591 final Long streamItemId = inputValues.getAsLong(StreamItemPhotos.STREAM_ITEM_ID); in insertStreamItemPhoto() local3676 long streamItemId = c.getLong(0); in cleanUpOldStreamItems() local4292 String streamItemId = uri.getLastPathSegment(); in deleteInTransaction() local4300 String streamItemId = uri.getPathSegments().get(1); in deleteInTransaction() local4309 String streamItemId = uri.getPathSegments().get(1); in deleteInTransaction() local4534 private int deleteStreamItem(SQLiteDatabase db, long streamItemId) { in deleteStreamItem()4545 private int deleteStreamItemPhotos(long streamItemId) { in deleteStreamItemPhotos()4773 String streamItemId = uri.getLastPathSegment(); in updateInTransaction() local4786 String streamItemId = uri.getPathSegments().get(1); in updateInTransaction() local[all …]
5865 long streamItemId = ContentUris.parseId(resultUri); in testQueryStreamItemPhotoWithSelection() local6002 long streamItemId = c.getLong(0); in testInsertStreamItemOverLimit() local6061 long streamItemId = 0; in testInsertStreamItemsAndPhotosInBatch() local6096 long streamItemId = ContentUris.parseId(resultUri); in testUpdateStreamItemById() local6110 long streamItemId = ContentUris.parseId(resultUri); in testUpdateStreamItemWithContentValues() local6126 long streamItemId = ContentUris.parseId(resultUri); in testUpdateStreamItemPhotoById() local6155 long streamItemId = ContentUris.parseId(resultUri); in testUpdateStreamItemPhotoWithContentValues() local6226 long streamItemId = ContentUris.parseId( in testDeleteStreamItemPhotoById() local6251 long streamItemId = ContentUris.parseId( in testDeleteStreamItemPhotoWithSelection() local8016 long streamItemId = ContentUris.parseId(streamItemUri); in testPhotoStoreCleanup() local[all …]
503 protected Uri insertStreamItemPhoto(long streamItemId, ContentValues values, Account account) { in insertStreamItemPhoto()