Home
last modified time | relevance | path

Searched refs:streamItemValues (Results 1 – 2 of 2) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java3515 ContentValues streamItemValues = new ContentValues(); in insertStatusUpdate() local
3516 streamItemValues.put(StreamItems.RAW_CONTACT_ID, rawContactId); in insertStatusUpdate()
3518 streamItemValues.put(StreamItems.TEXT, statusUpdateToHtml(status)); in insertStatusUpdate()
3519 streamItemValues.put(StreamItems.COMMENTS, ""); in insertStatusUpdate()
3520 streamItemValues.put(StreamItems.RES_PACKAGE, resPackage); in insertStatusUpdate()
3521 streamItemValues.put(StreamItems.RES_ICON, iconResource); in insertStatusUpdate()
3522 streamItemValues.put(StreamItems.RES_LABEL, labelResource); in insertStatusUpdate()
3523 streamItemValues.put(StreamItems.TIMESTAMP, in insertStatusUpdate()
3533 streamItemValues.put(RawContacts.ACCOUNT_NAME, accountName); in insertStatusUpdate()
3534 streamItemValues.put(RawContacts.ACCOUNT_TYPE, accountType); in insertStatusUpdate()
[all …]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java5833 ContentValues streamItemValues = buildGenericStreamItemValues(); in testInsertStreamItemsAndPhotosInBatch() local
5841 .withValues(streamItemValues).build()); in testInsertStreamItemsAndPhotosInBatch()