Searched refs:streamItemId (Results 1 - 3 of 3) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java1908 long streamItemId = c.getLong(1);
1912 streamItemPhotoIdToStreamItemId.put(streamItemPhotoId, streamItemId);
2883 final Long streamItemId = inputValues.getAsLong(StreamItemPhotos.STREAM_ITEM_ID);
2884 if (streamItemId == null || streamItemId == 0) {
2993 long streamItemId = c.getLong(0);
2994 if (insertedStreamItemId == streamItemId) {
3623 String streamItemId = uri.getLastPathSegment();
3626 new String[] {rawContactId, streamItemId});
3631 String streamItemId
3791 deleteStreamItem(SQLiteDatabase db, long streamItemId) argument
3802 deleteStreamItemPhotos(long streamItemId) argument
[all...]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsProvider2Test.java4913 long streamItemId = ContentUris.parseId(resultUri);
4916 insertStreamItemPhoto(streamItemId, photo1Values, null);
4919 insertStreamItemPhoto(streamItemId, photo2Values, null);
5057 long streamItemId = c.getLong(0);
5058 streamItemIds.remove(streamItemId);
5114 long streamItemId = 0;
5118 streamItemId = c.getLong(0);
5124 ContentUris.withAppendedId(StreamItems.CONTENT_URI, streamItemId),
5148 long streamItemId = ContentUris.parseId(resultUri);
5150 mResolver.update(ContentUris.withAppendedId(StreamItems.CONTENT_URI, streamItemId), value
[all...]
H A DBaseContactsProvider2Test.java458 protected Uri insertStreamItemPhoto(long streamItemId, ContentValues values, Account account) { argument
461 ContentUris.withAppendedId(StreamItems.CONTENT_URI, streamItemId),

Completed in 1294 milliseconds