Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerNotificationWarnings.java92 private boolean mWarning; field in PowerNotificationWarnings
107 pw.print("mWarning="); pw.println(mWarning); in dump()
136 if (DEBUG) Slog.d(TAG, "updateNotification mWarning=" + mWarning + " mPlaySound=" in updateNotification()
141 } else if (mWarning) { in updateNotification()
274 if (mWarning) Slog.i(TAG, "dismissing low battery notification"); in dismissLowBatteryNotification()
275 mWarning = false; in dismissLowBatteryNotification()
293 mWarning = true; in showLowBatteryWarning()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DBarTransitions.java125 private final int mWarning; field in BarTransitions.BarBackgroundDrawable
146 mWarning = 0xffff0000; in BarBackgroundDrawable()
151 mWarning = res.getColor(com.android.internal.R.color.battery_saver_mode_color); in BarBackgroundDrawable()
203 targetColor = mWarning; in draw()