Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeTriggers.java70 private static final String PULSE_ACTION = "com.android.systemui.doze.pulse"; field in DozeTriggers
596 if (PULSE_ACTION.equals(intent.getAction())) { in onReceive()
613 IntentFilter filter = new IntentFilter(PULSE_ACTION); in register()