Searched refs:mRequiresStorageNotLow (Results 1 – 1 of 1) sorted by relevance
45 boolean mRequiresStorageNotLow; field in Constraints58 mRequiresStorageNotLow = builder.mRequiresStorageNotLow; in Constraints()111 return mRequiresStorageNotLow; in requiresStorageNotLow()115 mRequiresStorageNotLow = requiresStorageNotLow; in setRequiresStorageNotLow()149 && mRequiresStorageNotLow == other.mRequiresStorageNotLow in equals()160 result = 31 * result + (mRequiresStorageNotLow ? 1 : 0); in hashCode()173 private boolean mRequiresStorageNotLow = false; field in Constraints.Builder235 this.mRequiresStorageNotLow = requiresStorageNotLow; in setRequiresStorageNotLow()