Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DConversationCursor.java85 private static final String UPDATE_TIME_COLUMN = "__updatetime__"; field in ConversationCursor
677 Long updateTime = values.getAsLong(UPDATE_TIME_COLUMN); in resetCursor()
956 map.put(UPDATE_TIME_COLUMN, System.currentTimeMillis()); in cacheValue()