Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeService.java55 private static final String PULSE_ACTION = ACTION_BASE + ".pulse"; field in DozeService
307 final IntentFilter filter = new IntentFilter(PULSE_ACTION); in listenForBroadcasts()
419 if (PULSE_ACTION.equals(intent.getAction())) {