Home
last modified time | relevance | path

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

/frameworks/support/work/workmanager/src/main/java/androidx/work/
DConstraints.java42 boolean mRequiresBatteryNotLow; field in Constraints
57 mRequiresBatteryNotLow = builder.mRequiresBatteryNotLow; in Constraints()
100 return mRequiresBatteryNotLow; in requiresBatteryNotLow()
104 mRequiresBatteryNotLow = requiresBatteryNotLow; in setRequiresBatteryNotLow()
148 && mRequiresBatteryNotLow == other.mRequiresBatteryNotLow in equals()
159 result = 31 * result + (mRequiresBatteryNotLow ? 1 : 0); in hashCode()
172 private boolean mRequiresBatteryNotLow = false; field in Constraints.Builder
222 this.mRequiresBatteryNotLow = requiresBatteryNotLow; in setRequiresBatteryNotLow()