Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DSyncMessagesAction.java65 private static final String KEY_LOWER_BOUND = "lower_bound"; field in SyncMessagesAction
136 actionParameters.putLong(KEY_LOWER_BOUND, lowerBound); in SyncMessagesAction()
146 long lowerBoundTimeMillis = actionParameters.getLong(KEY_LOWER_BOUND); in executeAction()
166 actionParameters.putLong(KEY_LOWER_BOUND, lowerBoundTimeMillis); in executeAction()
214 final long lowerBoundTimeMillis = actionParameters.getLong(KEY_LOWER_BOUND); in doBackgroundWork()
356 final long lowerBoundTimeMillis = actionParameters.getLong(KEY_LOWER_BOUND); in processBackgroundResponse()