Searched refs:mRequiresBatteryNotLow (Results 1 – 1 of 1) sorted by relevance
42 boolean mRequiresBatteryNotLow; field in Constraints57 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.Builder222 this.mRequiresBatteryNotLow = requiresBatteryNotLow; in setRequiresBatteryNotLow()