Home
last modified time | relevance | path

Searched defs:streamItemId (Results 1 – 3 of 3) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java1947 long streamItemId = c.getLong(1); in cleanupPhotoStore() local
2929 final Long streamItemId = inputValues.getAsLong(StreamItemPhotos.STREAM_ITEM_ID); in insertStreamItemPhoto() local
3014 long streamItemId = c.getLong(0); in cleanUpOldStreamItems() local
3646 String streamItemId = uri.getLastPathSegment(); in deleteInTransaction() local
3654 String streamItemId = uri.getPathSegments().get(1); in deleteInTransaction() local
3663 String streamItemId = uri.getPathSegments().get(1); in deleteInTransaction() local
3867 private int deleteStreamItem(SQLiteDatabase db, long streamItemId) { in deleteStreamItem()
3878 private int deleteStreamItemPhotos(long streamItemId) { in deleteStreamItemPhotos()
4109 String streamItemId = uri.getLastPathSegment(); in updateInTransaction() local
4122 String streamItemId = uri.getPathSegments().get(1); in updateInTransaction() local
[all …]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java5662 long streamItemId = ContentUris.parseId(resultUri); in testQueryStreamItemPhotoWithSelection() local
5794 long streamItemId = c.getLong(0); in testInsertStreamItemOverLimit() local
5851 long streamItemId = 0; in testInsertStreamItemsAndPhotosInBatch() local
5885 long streamItemId = ContentUris.parseId(resultUri); in testUpdateStreamItemById() local
5898 long streamItemId = ContentUris.parseId(resultUri); in testUpdateStreamItemWithContentValues() local
5913 long streamItemId = ContentUris.parseId(resultUri); in testUpdateStreamItemPhotoById() local
5941 long streamItemId = ContentUris.parseId(resultUri); in testUpdateStreamItemPhotoWithContentValues() local
6009 long streamItemId = ContentUris.parseId( in testDeleteStreamItemPhotoById() local
6033 long streamItemId = ContentUris.parseId( in testDeleteStreamItemPhotoWithSelection() local
7737 long streamItemId = ContentUris.parseId(streamItemUri); in testPhotoStoreCleanup() local
[all …]
DBaseContactsProvider2Test.java485 protected Uri insertStreamItemPhoto(long streamItemId, ContentValues values, Account account) { in insertStreamItemPhoto()