Searched refs:KEY_CUTOFF_TIMESTAMP (Results 1 – 1 of 1) sorted by relevance
56 private static final String KEY_CUTOFF_TIMESTAMP = "cutoff_timestamp"; field in DeleteConversationAction62 actionParameters.putLong(KEY_CUTOFF_TIMESTAMP, cutoffTimestamp); in DeleteConversationAction()74 final long cutoffTimestamp = actionParameters.getLong(KEY_CUTOFF_TIMESTAMP); in doBackgroundWork()