Searched refs:PULSE_ACTION (Results 1 – 1 of 1) sorted by relevance
70 private static final String PULSE_ACTION = "com.android.systemui.doze.pulse"; field in DozeTriggers596 if (PULSE_ACTION.equals(intent.getAction())) { in onReceive()613 IntentFilter filter = new IntentFilter(PULSE_ACTION); in register()