Searched refs:SIDE_CHANNEL_RETRY_BASE_INTERVAL_MS (Results 1 – 1 of 1) sorted by relevance
79 private static final int SIDE_CHANNEL_RETRY_BASE_INTERVAL_MS = 1000; field in NotificationManagerCompat475 int delayMs = SIDE_CHANNEL_RETRY_BASE_INTERVAL_MS * (1 << (record.retryCount - 1)); in scheduleListenerRetry()