Searched refs: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
313 final IntentFilter filter = new IntentFilter(PULSE_ACTION);
433 if (PULSE_ACTION.equals(intent.getAction())) {

Completed in 117 milliseconds