Home
last modified time | relevance | path

Searched refs:BATTERY_THRESHOLD_NOT_CHARGING (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyConstants.java75 public final int BATTERY_THRESHOLD_NOT_CHARGING; field in DevicePolicyConstants
129 BATTERY_THRESHOLD_NOT_CHARGING = batteryThresholdNotCharging; in DevicePolicyConstants()
DUpdateInstaller.java71 + mConstants.BATTERY_THRESHOLD_NOT_CHARGING + " while not charging or" in startInstallUpdate()
97 : batteryPercentage >= mConstants.BATTERY_THRESHOLD_NOT_CHARGING; in isBatteryLevelSufficient()