Searched defs:PULSE_ACTION (Results 1 - 1 of 1) sorted by relevance

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

Completed in 57 milliseconds