Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java505 private static final String ACTION_NOTIFICATION_TIMEOUT = field in NotificationManagerService
1888 if (ACTION_NOTIFICATION_TIMEOUT.equals(action)) {
2618 IntentFilter timeoutFilter = new IntentFilter(ACTION_NOTIFICATION_TIMEOUT); in init()
9077 new Intent(ACTION_NOTIFICATION_TIMEOUT)
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java370 private static final String ACTION_NOTIFICATION_TIMEOUT = field in NotificationManagerServiceTest
818 if (filter.hasAction(ACTION_NOTIFICATION_TIMEOUT) in initNMS()
5920 final Intent intent = new Intent(ACTION_NOTIFICATION_TIMEOUT); in simulateNotificationTimeout()