Searched refs:CONSTRAINT_FLAG_BATTERY_NOT_LOW (Results 1 – 6 of 6) sorted by relevance
80 || satisfied(JobInfo.CONSTRAINT_FLAG_BATTERY_NOT_LOW); in isBatteryNotLowSatisfied()
446 public static final int CONSTRAINT_FLAG_BATTERY_NOT_LOW = 1 << 1; field in JobInfo579 return (constraintFlags & CONSTRAINT_FLAG_BATTERY_NOT_LOW) != 0; in isRequireBatteryNotLow()1706 mConstraintFlags = (mConstraintFlags&~CONSTRAINT_FLAG_BATTERY_NOT_LOW) in setRequiresBatteryNotLow()1707 | (batteryNotLow ? CONSTRAINT_FLAG_BATTERY_NOT_LOW : 0); in setRequiresBatteryNotLow()
506 job.isConstraintSatisfied(JobInfo.CONSTRAINT_FLAG_BATTERY_NOT_LOW), in executeRunnableJob()1561 completedJob.isConstraintSatisfied(JobInfo.CONSTRAINT_FLAG_BATTERY_NOT_LOW), in closeAndCleanupJobLocked()
2375 cancelled.isConstraintSatisfied(JobInfo.CONSTRAINT_FLAG_BATTERY_NOT_LOW),
112 JobInfo.CONSTRAINT_FLAG_BATTERY_NOT_LOW; // 1 << 1
7142 Landroid/app/job/JobInfo;->CONSTRAINT_FLAG_BATTERY_NOT_LOW:I