Searched refs:KEY_EXPIRY (Results 1 – 2 of 2) sorted by relevance
85 private static final String KEY_EXPIRY = "expiry"; field in DownloadMmsAction135 actionParameters.putLong(KEY_EXPIRY, message.getMmsExpiry()); in queueAction()245 final long expiry = actionParameters.getLong(KEY_EXPIRY); in doBackgroundWork()
81 private static final String KEY_EXPIRY = "expiry"; field in ProcessDownloadedMmsAction134 params.putLong(KEY_EXPIRY, extras.getLong(DownloadMmsAction.EXTRA_EXPIRY)); in processMessageDownloaded()284 final long expiry = actionParameters.getLong(KEY_EXPIRY); in doBackgroundWork()