Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
H A DPowerNotificationWarnings.java119 private static final String ACTION_START_SAVER = "PNW.startSaver"; field in PowerNotificationWarnings
330 pendingBroadcast(ACTION_START_SAVER)); in showWarningNotification()
819 filter.addAction(ACTION_START_SAVER); in init()
844 } else if (action.equals(ACTION_START_SAVER)) { in onReceive()