Searched refs:streamItemPhotoId (Results 1 – 2 of 2) sorted by relevance
2097 long streamItemPhotoId = c.getLong(0); in cleanupPhotoStore() local2101 photoFileIdToStreamItemPhotoId.put(photoFileId, streamItemPhotoId); in cleanupPhotoStore()2102 streamItemPhotoIdToStreamItemId.put(streamItemPhotoId, streamItemId); in cleanupPhotoStore()2129 long streamItemPhotoId = photoFileIdToStreamItemPhotoId.get(missingPhotoId); in cleanupPhotoStore() local2131 new String[] {String.valueOf(streamItemPhotoId)}); in cleanupPhotoStore()4070 String streamItemPhotoId = uri.getPathSegments().get(3); in deleteInTransaction() local4074 new String[] {streamItemPhotoId, streamItemId}); in deleteInTransaction()4543 String streamItemPhotoId = uri.getPathSegments().get(3); in updateInTransaction() local4547 new String[] {streamItemPhotoId, streamItemId}); in updateInTransaction()6642 String streamItemPhotoId = uri.getPathSegments().get(3); in queryLocal() local[all …]
5927 long streamItemPhotoId = ContentUris.parseId(resultUri); in testUpdateStreamItemPhotoById() local5936 streamItemPhotoId); in testUpdateStreamItemPhotoById()5955 long streamItemPhotoId = ContentUris.parseId(resultUri); in testUpdateStreamItemPhotoWithContentValues() local5957 photoValues.put(StreamItemPhotos._ID, streamItemPhotoId); in testUpdateStreamItemPhotoWithContentValues()6022 long streamItemPhotoId = ContentUris.parseId( in testDeleteStreamItemPhotoById() local6029 streamItemPhotoId), null, null); in testDeleteStreamItemPhotoById() local