Home
last modified time | relevance | path

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

/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java1954 long streamItemPhotoId = c.getLong(0); in cleanupPhotoStore() local
1986 long streamItemPhotoId = photoFileIdToStreamItemPhotoId.get(missingPhotoId); in cleanupPhotoStore() local
3807 String streamItemPhotoId = uri.getPathSegments().get(3); in deleteInTransaction() local
4268 String streamItemPhotoId = uri.getPathSegments().get(3); in updateInTransaction() local
6163 String streamItemPhotoId = uri.getPathSegments().get(3); in queryLocal() local
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsProvider2Test.java5571 long streamItemPhotoId = ContentUris.parseId(resultUri); in testUpdateStreamItemPhotoById() local
5599 long streamItemPhotoId = ContentUris.parseId(resultUri); in testUpdateStreamItemPhotoWithContentValues() local
5666 long streamItemPhotoId = ContentUris.parseId( in testDeleteStreamItemPhotoById() local
5673 streamItemPhotoId), null, null); in testDeleteStreamItemPhotoById() local