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
183 mWarning = 0xffff0000; in BarBackgroundDrawable()
189 mWarning = Utils.getColorAttrDefaultColor(context, android.R.attr.colorError); in BarBackgroundDrawable()
263 targetColor = mWarning; in draw()
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerNotificationWarnings.java146 private boolean mWarning; field in PowerNotificationWarnings
173 pw.print("mWarning="); pw.println(mWarning); in dump()
210 if (DEBUG) Slog.d(TAG, "updateNotification mWarning=" + mWarning + " mPlaySound=" in updateNotification()
215 } else if (mWarning) { in updateNotification()
505 if (mWarning) Slog.i(TAG, "dismissing low battery notification"); in dismissLowBatteryNotification()
506 mWarning = false; in dismissLowBatteryNotification()
520 mWarning = true; in showLowBatteryWarning()