Searched refs:testLowBatteryTip (Results 1 – 2 of 2) sorted by relevance
212 public final boolean testLowBatteryTip; field in BatteryTipPolicy252 testLowBatteryTip = mParser.getBoolean(KEY_TEST_LOW_BATTERY_TIP, false); in BatteryTipPolicy()
54 mPolicy.testLowBatteryTip || (mBatteryInfo.discharging && lowBattery); in detect()