Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerNotificationWarnings.java102 private static final String ACTION_DISMISSED_TEMP_WARNING = "PNW.dismissedTempWarning"; field in PowerNotificationWarnings
386 .setDeleteIntent(pendingBroadcast(ACTION_DISMISSED_TEMP_WARNING)) in showHighTemperatureWarning()
696 filter.addAction(ACTION_DISMISSED_TEMP_WARNING); in init()
726 } else if (ACTION_DISMISSED_TEMP_WARNING.equals(action)) { in onReceive()