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.java1960 long streamItemPhotoId = c.getLong(0); in cleanupPhotoStore() local
1964 photoFileIdToStreamItemPhotoId.put(photoFileId, streamItemPhotoId); in cleanupPhotoStore()
1965 streamItemPhotoIdToStreamItemId.put(streamItemPhotoId, streamItemId); in cleanupPhotoStore()
1993 long streamItemPhotoId = photoFileIdToStreamItemPhotoId.get(missingPhotoId); in cleanupPhotoStore() local
1995 new String[] {String.valueOf(streamItemPhotoId)}); in cleanupPhotoStore()
3760 String streamItemPhotoId = uri.getPathSegments().get(3); in deleteInTransaction() local
3764 new String[] {streamItemPhotoId, streamItemId}); in deleteInTransaction()
4174 String streamItemPhotoId = uri.getPathSegments().get(3); in updateInTransaction() local
4178 new String[] {streamItemPhotoId, streamItemId}); in updateInTransaction()
6158 String streamItemPhotoId = uri.getPathSegments().get(3); in queryLocal() local
[all …]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java5890 long streamItemPhotoId = ContentUris.parseId(resultUri); in testUpdateStreamItemPhotoById() local
5899 streamItemPhotoId); in testUpdateStreamItemPhotoById()
5918 long streamItemPhotoId = ContentUris.parseId(resultUri); in testUpdateStreamItemPhotoWithContentValues() local
5920 photoValues.put(StreamItemPhotos._ID, streamItemPhotoId); in testUpdateStreamItemPhotoWithContentValues()
5985 long streamItemPhotoId = ContentUris.parseId( in testDeleteStreamItemPhotoById() local
5992 streamItemPhotoId), null, null); in testDeleteStreamItemPhotoById() local