Searched refs:streamItemPhotoId (Results 1 – 2 of 2) sorted by relevance
2009 long streamItemPhotoId = c.getLong(0); in cleanupPhotoStore() local2013 photoFileIdToStreamItemPhotoId.put(photoFileId, streamItemPhotoId); in cleanupPhotoStore()2014 streamItemPhotoIdToStreamItemId.put(streamItemPhotoId, streamItemId); in cleanupPhotoStore()2042 long streamItemPhotoId = photoFileIdToStreamItemPhotoId.get(missingPhotoId); in cleanupPhotoStore() local2044 new String[] {String.valueOf(streamItemPhotoId)}); in cleanupPhotoStore()3804 String streamItemPhotoId = uri.getPathSegments().get(3); in deleteInTransaction() local3808 new String[] {streamItemPhotoId, streamItemId}); in deleteInTransaction()4234 String streamItemPhotoId = uri.getPathSegments().get(3); in updateInTransaction() local4238 new String[] {streamItemPhotoId, streamItemId}); in updateInTransaction()6207 String streamItemPhotoId = uri.getPathSegments().get(3); in queryLocal() local[all …]
5920 long streamItemPhotoId = ContentUris.parseId(resultUri); in testUpdateStreamItemPhotoById() local5929 streamItemPhotoId); in testUpdateStreamItemPhotoById()5948 long streamItemPhotoId = ContentUris.parseId(resultUri); in testUpdateStreamItemPhotoWithContentValues() local5950 photoValues.put(StreamItemPhotos._ID, streamItemPhotoId); in testUpdateStreamItemPhotoWithContentValues()6015 long streamItemPhotoId = ContentUris.parseId( in testDeleteStreamItemPhotoById() local6022 streamItemPhotoId), null, null); in testDeleteStreamItemPhotoById() local