Searched refs:CONSTRAINT_FLAG_STORAGE_NOT_LOW (Results 1 – 6 of 6) sorted by relevance
93 || satisfied(JobInfo.CONSTRAINT_FLAG_STORAGE_NOT_LOW); in isRequireStorageNotLowSatisfied()
456 public static final int CONSTRAINT_FLAG_STORAGE_NOT_LOW = 1 << 3; field in JobInfo593 return (constraintFlags & CONSTRAINT_FLAG_STORAGE_NOT_LOW) != 0; in isRequireStorageNotLow()1746 mConstraintFlags = (mConstraintFlags&~CONSTRAINT_FLAG_STORAGE_NOT_LOW) in setRequiresStorageNotLow()1747 | (storageNotLow ? CONSTRAINT_FLAG_STORAGE_NOT_LOW : 0); in setRequiresStorageNotLow()2434 if ((constraintFlags & ~CONSTRAINT_FLAG_STORAGE_NOT_LOW) != 0 in enforceValidity()
507 job.isConstraintSatisfied(JobInfo.CONSTRAINT_FLAG_STORAGE_NOT_LOW), in executeRunnableJob()1562 completedJob.isConstraintSatisfied(JobInfo.CONSTRAINT_FLAG_STORAGE_NOT_LOW), in closeAndCleanupJobLocked()
2376 cancelled.isConstraintSatisfied(JobInfo.CONSTRAINT_FLAG_STORAGE_NOT_LOW),
115 JobInfo.CONSTRAINT_FLAG_STORAGE_NOT_LOW; // 1 << 3
7145 Landroid/app/job/JobInfo;->CONSTRAINT_FLAG_STORAGE_NOT_LOW:I