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

/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java265 static final int SHORT_DELAY = 2000; // 2 seconds field in class:NotificationManagerService
5057 long delay = r.duration == Toast.LENGTH_LONG ? LONG_DELAY : SHORT_DELAY;

Completed in 51 milliseconds