Searched refs:NOTIFICATION_PULSE_ACTION (Results 1 – 1 of 1) sorted by relevance
56 private static final String NOTIFICATION_PULSE_ACTION = ACTION_BASE + ".notification_pulse"; field in DozeService308 filter.addAction(NOTIFICATION_PULSE_ACTION); in listenForBroadcasts()366 new Intent(NOTIFICATION_PULSE_ACTION) in notificationPulseIntent()423 if (NOTIFICATION_PULSE_ACTION.equals(intent.getAction())) {