Searched refs:requiresStorageNotLow (Results 1 – 7 of 7) sorted by relevance
110 public boolean requiresStorageNotLow() { in requiresStorageNotLow() method in Constraints114 public void setRequiresStorageNotLow(boolean requiresStorageNotLow) { in setRequiresStorageNotLow() argument115 mRequiresStorageNotLow = requiresStorageNotLow; in setRequiresStorageNotLow()234 public Builder setRequiresStorageNotLow(boolean requiresStorageNotLow) { in setRequiresStorageNotLow() argument235 this.mRequiresStorageNotLow = requiresStorageNotLow; in setRequiresStorageNotLow()
35 return workSpec.constraints.requiresStorageNotLow(); in hasConstraint()
80 storageNotLowProxyEnabled |= constraints.requiresStorageNotLow(); in updateAll()
115 builder.setRequiresStorageNotLow(constraints.requiresStorageNotLow()); in convert()
139 if (constraints.requiresStorageNotLow()) { in getConstraints()
290 if (constraints.requiresBatteryNotLow() || constraints.requiresStorageNotLow()) { in tryDelegateConstrainedWorkSpec()
338 assertThat(constraints.requiresStorageNotLow(), is(true)); in testEnqueue_insertWorkConstraints()351 assertThat(constraints.requiresStorageNotLow(), is(false)); in testEnqueue_insertWorkConstraints()