Searched refs:batteryNotLow (Results 1 – 3 of 3) sorted by relevance
179 final boolean batteryNotLow = mService.isBatteryNotLow(); in maybeReportNewChargingStateLocked()182 + powerConnected + "/" + stablePower + "/" + batteryNotLow); in maybeReportNewChargingStateLocked()191 || mLastReportedStatsdBatteryNotLow != batteryNotLow) { in maybeReportNewChargingStateLocked()193 batteryNotLow); in maybeReportNewChargingStateLocked()194 mLastReportedStatsdBatteryNotLow = batteryNotLow; in maybeReportNewChargingStateLocked()202 JobStatus.CONSTRAINT_BATTERY_NOT_LOW, batteryNotLow, nowElapsed); in maybeReportNewChargingStateLocked()223 && ts.setBatteryNotLowConstraintSatisfied(nowElapsed, batteryNotLow)) { in maybeReportNewChargingStateLocked()227 if (stablePower || batteryNotLow) { in maybeReportNewChargingStateLocked()
1683 public Builder setRequiresBatteryNotLow(boolean batteryNotLow) { in setRequiresBatteryNotLow() argument1685 | (batteryNotLow ? CONSTRAINT_FLAG_BATTERY_NOT_LOW : 0); in setRequiresBatteryNotLow()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...