Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerNotificationWarnings.java52 private static final String TAG_NOTIFICATION = "low_battery"; field in PowerNotificationWarnings
130 mNoMan.cancelAsUser(TAG_NOTIFICATION, R.id.notification_power, UserHandle.ALL); in updateNotification()
149 mNoMan.notifyAsUser(TAG_NOTIFICATION, R.id.notification_power, n, UserHandle.ALL); in showInvalidChargerNotification()
179 mNoMan.notifyAsUser(TAG_NOTIFICATION, R.id.notification_power, nb.build(), UserHandle.ALL); in showWarningNotification()