Home
last modified time | relevance | path

Searched refs:streamItemPhotoId (Results 1 – 2 of 2) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java2009 long streamItemPhotoId = c.getLong(0); in cleanupPhotoStore() local
2013 photoFileIdToStreamItemPhotoId.put(photoFileId, streamItemPhotoId); in cleanupPhotoStore()
2014 streamItemPhotoIdToStreamItemId.put(streamItemPhotoId, streamItemId); in cleanupPhotoStore()
2042 long streamItemPhotoId = photoFileIdToStreamItemPhotoId.get(missingPhotoId); in cleanupPhotoStore() local
2044 new String[] {String.valueOf(streamItemPhotoId)}); in cleanupPhotoStore()
3804 String streamItemPhotoId = uri.getPathSegments().get(3); in deleteInTransaction() local
3808 new String[] {streamItemPhotoId, streamItemId}); in deleteInTransaction()
4234 String streamItemPhotoId = uri.getPathSegments().get(3); in updateInTransaction() local
4238 new String[] {streamItemPhotoId, streamItemId}); in updateInTransaction()
6207 String streamItemPhotoId = uri.getPathSegments().get(3); in queryLocal() local
[all …]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java5920 long streamItemPhotoId = ContentUris.parseId(resultUri); in testUpdateStreamItemPhotoById() local
5929 streamItemPhotoId); in testUpdateStreamItemPhotoById()
5948 long streamItemPhotoId = ContentUris.parseId(resultUri); in testUpdateStreamItemPhotoWithContentValues() local
5950 photoValues.put(StreamItemPhotos._ID, streamItemPhotoId); in testUpdateStreamItemPhotoWithContentValues()
6015 long streamItemPhotoId = ContentUris.parseId( in testDeleteStreamItemPhotoById() local
6022 streamItemPhotoId), null, null); in testDeleteStreamItemPhotoById() local