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.java2097 long streamItemPhotoId = c.getLong(0); in cleanupPhotoStore() local
2101 photoFileIdToStreamItemPhotoId.put(photoFileId, streamItemPhotoId); in cleanupPhotoStore()
2102 streamItemPhotoIdToStreamItemId.put(streamItemPhotoId, streamItemId); in cleanupPhotoStore()
2129 long streamItemPhotoId = photoFileIdToStreamItemPhotoId.get(missingPhotoId); in cleanupPhotoStore() local
2131 new String[] {String.valueOf(streamItemPhotoId)}); in cleanupPhotoStore()
4070 String streamItemPhotoId = uri.getPathSegments().get(3); in deleteInTransaction() local
4074 new String[] {streamItemPhotoId, streamItemId}); in deleteInTransaction()
4543 String streamItemPhotoId = uri.getPathSegments().get(3); in updateInTransaction() local
4547 new String[] {streamItemPhotoId, streamItemId}); in updateInTransaction()
6642 String streamItemPhotoId = uri.getPathSegments().get(3); in queryLocal() local
[all …]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java5927 long streamItemPhotoId = ContentUris.parseId(resultUri); in testUpdateStreamItemPhotoById() local
5936 streamItemPhotoId); in testUpdateStreamItemPhotoById()
5955 long streamItemPhotoId = ContentUris.parseId(resultUri); in testUpdateStreamItemPhotoWithContentValues() local
5957 photoValues.put(StreamItemPhotos._ID, streamItemPhotoId); in testUpdateStreamItemPhotoWithContentValues()
6022 long streamItemPhotoId = ContentUris.parseId( in testDeleteStreamItemPhotoById() local
6029 streamItemPhotoId), null, null); in testDeleteStreamItemPhotoById() local