Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java2916 return cleanUpOldStreamItems(rawContactId, id); in insertStreamItem()
2999 private long cleanUpOldStreamItems(long rawContactId, long insertedStreamItemId) { in cleanUpOldStreamItems() method in ContactsProvider2