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

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationCursor.java85 private static final String UPDATE_TIME_COLUMN = "__updatetime__"; field in class:ConversationCursor
669 Long updateTime = values.getAsLong(UPDATE_TIME_COLUMN);
946 map.put(UPDATE_TIME_COLUMN, System.currentTimeMillis());

Completed in 1251 milliseconds