Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DSocialProvider.java204 String inReplyTo = values.getAsString(Activities.IN_REPLY_TO); in insertActivity() local
231 String inReplyTo = null; in getThreadPublished() local
259 private void adjustReplyTimestamps(SQLiteDatabase db, String inReplyTo, long threadPublished) { in adjustReplyTimestamps()