Searched refs:ACTION_NOTIFICATION_TIMEOUT (Results 1 – 2 of 2) sorted by relevance
505 private static final String ACTION_NOTIFICATION_TIMEOUT = field in NotificationManagerService1888 if (ACTION_NOTIFICATION_TIMEOUT.equals(action)) {2618 IntentFilter timeoutFilter = new IntentFilter(ACTION_NOTIFICATION_TIMEOUT); in init()9077 new Intent(ACTION_NOTIFICATION_TIMEOUT)
370 private static final String ACTION_NOTIFICATION_TIMEOUT = field in NotificationManagerServiceTest818 if (filter.hasAction(ACTION_NOTIFICATION_TIMEOUT) in initNMS()5920 final Intent intent = new Intent(ACTION_NOTIFICATION_TIMEOUT); in simulateNotificationTimeout()