Home | History | Annotate | Download | only in power

Lines Matching refs:mBatteryLevel

350     private int mBatteryLevel;
1700 mBatteryLevel = mBatteryManagerInternal.getBatteryLevel();
1708 + ", mBatteryLevel=" + mBatteryLevel);
1716 mIsPowered, mPlugType, mBatteryLevel);
2199 mBatteryLevelWhenDreamStarted = mBatteryLevel;
2217 && mBatteryLevel < mBatteryLevelWhenDreamStarted
2227 + "Battery level now: " + mBatteryLevel + "%.");
2280 && mBatteryLevel < mDreamsBatteryLevelMinimumWhenNotPoweredConfig) {
2285 && mBatteryLevel < mDreamsBatteryLevelMinimumWhenPoweredConfig) {
3209 pw.println(" mBatteryLevel=" + mBatteryLevel);
3402 proto.write(PowerServiceDumpProto.BATTERY_LEVEL, mBatteryLevel);