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

/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationManagerCompat.java79 private static final int SIDE_CHANNEL_RETRY_BASE_INTERVAL_MS = 1000; field in class:NotificationManagerCompat
475 int delayMs = SIDE_CHANNEL_RETRY_BASE_INTERVAL_MS * (1 << (record.retryCount - 1));

Completed in 50 milliseconds