Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeService.java56 private static final String NOTIFICATION_PULSE_ACTION = ACTION_BASE + ".notification_pulse"; field in DozeService
308 filter.addAction(NOTIFICATION_PULSE_ACTION); in listenForBroadcasts()
366 new Intent(NOTIFICATION_PULSE_ACTION) in notificationPulseIntent()
423 if (NOTIFICATION_PULSE_ACTION.equals(intent.getAction())) {