Searched refs:mChargeTracker (Results 1 – 2 of 2) sorted by relevance
52 private ChargingTracker mChargeTracker; field in BatteryController56 return mChargeTracker; in getTracker()61 mChargeTracker = new ChargingTracker(); in BatteryController()62 mChargeTracker.startTracking(); in BatteryController()73 nowElapsed, mChargeTracker.isBatteryNotLow()); in maybeStartTrackingJobLocked()247 if (mChargeTracker.isMonitoring()) { in dumpControllerStateLocked()249 pw.println(mChargeTracker.getSeq()); in dumpControllerStateLocked()273 mChargeTracker.isOnStablePower()); in dumpControllerStateLocked()275 mChargeTracker.isBatteryNotLow()); in dumpControllerStateLocked()278 mChargeTracker.isMonitoring()); in dumpControllerStateLocked()[all …]
368 private final ChargingTracker mChargeTracker; field in QuotaController587 mChargeTracker = new ChargingTracker(); in QuotaController()588 mChargeTracker.startTracking(); in QuotaController()808 if (mChargeTracker.isChargingLocked() in getMaxJobExecutionTimeMsLocked()819 if (mChargeTracker.isChargingLocked()) { in getMaxJobExecutionTimeMsLocked()900 if (mChargeTracker.isChargingLocked()) {1569 mChargeTracker.isChargingLocked());1571 Slog.d(TAG, "handleNewChargingStateLocked: " + mChargeTracker.isChargingLocked());4104 pw.println("Is charging: " + mChargeTracker.isChargingLocked());4282 mChargeTracker.isChargingLocked());