Searched refs:batteryNotLow (Results 1 – 3 of 3) sorted by relevance
168 final boolean batteryNotLow = mService.isBatteryNotLow(); in maybeReportNewChargingStateLocked()171 + powerConnected + "/" + stablePower + "/" + batteryNotLow); in maybeReportNewChargingStateLocked()180 || mLastReportedStatsdBatteryNotLow != batteryNotLow) { in maybeReportNewChargingStateLocked()182 batteryNotLow); in maybeReportNewChargingStateLocked()183 mLastReportedStatsdBatteryNotLow = batteryNotLow; in maybeReportNewChargingStateLocked()191 JobStatus.CONSTRAINT_BATTERY_NOT_LOW, batteryNotLow, nowElapsed); in maybeReportNewChargingStateLocked()212 && ts.setBatteryNotLowConstraintSatisfied(nowElapsed, batteryNotLow)) { in maybeReportNewChargingStateLocked()216 if (stablePower || batteryNotLow) { in maybeReportNewChargingStateLocked()
1705 public Builder setRequiresBatteryNotLow(boolean batteryNotLow) { in setRequiresBatteryNotLow() argument1707 | (batteryNotLow ? CONSTRAINT_FLAG_BATTERY_NOT_LOW : 0); in setRequiresBatteryNotLow()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...