Home
last modified time | relevance | path

Searched refs: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
205 if (inReplyTo != null) { in insertActivity()
206 threadPublished = getThreadPublished(db, inReplyTo, published); in insertActivity()
231 String inReplyTo = null; in getThreadPublished() local
239 inReplyTo = c.getString(0); in getThreadPublished()
246 if (inReplyTo != null) { in getThreadPublished()
249 return getThreadPublished(db, inReplyTo, threadPublished); in getThreadPublished()
259 private void adjustReplyTimestamps(SQLiteDatabase db, String inReplyTo, long threadPublished) { in adjustReplyTimestamps() argument
269 Activities.IN_REPLY_TO + "= ?", new String[] {inReplyTo}); in adjustReplyTimestamps()
282 Activities.IN_REPLY_TO + " = ?", new String[] {inReplyTo}, null, null, null); in adjustReplyTimestamps()