Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java1946 long streamItemPhotoId = c.getLong(0); in cleanupPhotoStore() local
1979 long streamItemPhotoId = photoFileIdToStreamItemPhotoId.get(missingPhotoId); in cleanupPhotoStore() local
3664 String streamItemPhotoId = uri.getPathSegments().get(3); in deleteInTransaction() local
4130 String streamItemPhotoId = uri.getPathSegments().get(3); in updateInTransaction() local
6097 String streamItemPhotoId = uri.getPathSegments().get(3); in queryLocal() local
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java5916 long streamItemPhotoId = ContentUris.parseId(resultUri); in testUpdateStreamItemPhotoById() local
5944 long streamItemPhotoId = ContentUris.parseId(resultUri); in testUpdateStreamItemPhotoWithContentValues() local
6011 long streamItemPhotoId = ContentUris.parseId( in testDeleteStreamItemPhotoById() local
6018 streamItemPhotoId), null, null); in testDeleteStreamItemPhotoById() local