Searched refs:PULSE_ACTION (Results 1 – 1 of 1) sorted by relevance
55 private static final String PULSE_ACTION = ACTION_BASE + ".pulse"; field in DozeService307 final IntentFilter filter = new IntentFilter(PULSE_ACTION); in listenForBroadcasts()419 if (PULSE_ACTION.equals(intent.getAction())) {