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/statusbar/phone/
DBarTransitions.java159 private final int mWarning; field in BarTransitions.BarBackgroundDrawable
184 mWarning = 0xffff0000; in BarBackgroundDrawable()
190 mWarning = Utils.getColorAttrDefaultColor(context, android.R.attr.colorError); in BarBackgroundDrawable()
281 targetColor = mWarning; in draw()
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerNotificationWarnings.java149 private boolean mWarning; field in PowerNotificationWarnings
176 pw.print("mWarning="); pw.println(mWarning); in dump()
213 if (DEBUG) Slog.d(TAG, "updateNotification mWarning=" + mWarning + " mPlaySound=" in updateNotification()
218 } else if (mWarning) { in updateNotification()
552 if (mWarning) Slog.i(TAG, "dismissing low battery notification"); in dismissLowBatteryNotification()
553 mWarning = false; in dismissLowBatteryNotification()
567 mWarning = true; in showLowBatteryWarning()