Searched refs:IN_REPLY_TO (Results 1 – 2 of 2) sorted by relevance
104 columns.put(Activities.IN_REPLY_TO, Activities.IN_REPLY_TO); in columns.put() argument204 String inReplyTo = values.getAsString(Activities.IN_REPLY_TO); in insertActivity()235 new String[]{Activities.IN_REPLY_TO, Activities.PUBLISHED}, in getThreadPublished()269 Activities.IN_REPLY_TO + "= ?", new String[] {inReplyTo}); in adjustReplyTimestamps()282 Activities.IN_REPLY_TO + " = ?", new String[] {inReplyTo}, null, null, null); in adjustReplyTimestamps()364 qb.appendWhere(Activities.IN_REPLY_TO + " IS NULL AND "); in query()
908 Activities.IN_REPLY_TO + " TEXT," + in onCreate()