Searched refs:lowBattery (Results 1 – 2 of 2) sorted by relevance
49 final boolean lowBattery = mBatteryInfo.batteryLevel <= mWarningLevel in detect()54 mPolicy.testLowBatteryTip || (mBatteryInfo.discharging && lowBattery); in detect()
131 final String lowBattery = mContext.getString(R.string.low_battery_summary); in generateLabel() local133 R.string.battery_state_and_duration, lowBattery, info.remainingLabel); in generateLabel()