Searched defs:streamItemId (Results 1 – 3 of 3) sorted by relevance
2098 long streamItemId = c.getLong(1); in cleanupPhotoStore() local3355 final Long streamItemId = inputValues.getAsLong(StreamItemPhotos.STREAM_ITEM_ID); in insertStreamItemPhoto() local3440 long streamItemId = c.getLong(0); in cleanUpOldStreamItems() local4052 String streamItemId = uri.getLastPathSegment(); in deleteInTransaction() local4060 String streamItemId = uri.getPathSegments().get(1); in deleteInTransaction() local4069 String streamItemId = uri.getPathSegments().get(1); in deleteInTransaction() local4285 private int deleteStreamItem(SQLiteDatabase db, long streamItemId) { in deleteStreamItem()4296 private int deleteStreamItemPhotos(long streamItemId) { in deleteStreamItemPhotos()4522 String streamItemId = uri.getLastPathSegment(); in updateInTransaction() local4535 String streamItemId = uri.getPathSegments().get(1); in updateInTransaction() local[all …]
5673 long streamItemId = ContentUris.parseId(resultUri); in testQueryStreamItemPhotoWithSelection() local5805 long streamItemId = c.getLong(0); in testInsertStreamItemOverLimit() local5862 long streamItemId = 0; in testInsertStreamItemsAndPhotosInBatch() local5896 long streamItemId = ContentUris.parseId(resultUri); in testUpdateStreamItemById() local5909 long streamItemId = ContentUris.parseId(resultUri); in testUpdateStreamItemWithContentValues() local5924 long streamItemId = ContentUris.parseId(resultUri); in testUpdateStreamItemPhotoById() local5952 long streamItemId = ContentUris.parseId(resultUri); in testUpdateStreamItemPhotoWithContentValues() local6020 long streamItemId = ContentUris.parseId( in testDeleteStreamItemPhotoById() local6044 long streamItemId = ContentUris.parseId( in testDeleteStreamItemPhotoWithSelection() local7595 long streamItemId = ContentUris.parseId(streamItemUri); in testPhotoStoreCleanup() local[all …]
503 protected Uri insertStreamItemPhoto(long streamItemId, ContentValues values, Account account) { in insertStreamItemPhoto()