Searched refs:CONSTRAINT_FLAG_DEVICE_IDLE (Results 1 – 6 of 6) sorted by relevance
419 public static final int CONSTRAINT_FLAG_DEVICE_IDLE = 1 << 2; field in JobInfo546 return (mPreferredConstraintFlags & CONSTRAINT_FLAG_DEVICE_IDLE) != 0; in isPreferDeviceIdle()567 return (constraintFlags & CONSTRAINT_FLAG_DEVICE_IDLE) != 0; in isRequireDeviceIdle()1646 | (prefersDeviceIdle ? CONSTRAINT_FLAG_DEVICE_IDLE : 0); in setPrefersDeviceIdle()1710 mConstraintFlags = (mConstraintFlags&~CONSTRAINT_FLAG_DEVICE_IDLE) in setRequiresDeviceIdle()1711 | (requiresDeviceIdle ? CONSTRAINT_FLAG_DEVICE_IDLE : 0); in setRequiresDeviceIdle()2137 if (mBackoffPolicySet && (mConstraintFlags & CONSTRAINT_FLAG_DEVICE_IDLE) != 0) { in build()2319 if ((constraintFlags & CONSTRAINT_FLAG_DEVICE_IDLE) != 0 in enforceValidity()2320 && (mPreferredConstraintFlags & CONSTRAINT_FLAG_DEVICE_IDLE) != 0) { in enforceValidity()2346 if ((constraintFlags & CONSTRAINT_FLAG_DEVICE_IDLE) != 0 in enforceValidity()[all …]
88 || satisfied(JobInfo.CONSTRAINT_FLAG_DEVICE_IDLE); in isRequireDeviceIdleSatisfied()
497 job.isConstraintSatisfied(JobInfo.CONSTRAINT_FLAG_DEVICE_IDLE), in executeRunnableJob()1558 completedJob.isConstraintSatisfied(JobInfo.CONSTRAINT_FLAG_DEVICE_IDLE), in closeAndCleanupJobLocked()
2217 cancelled.isConstraintSatisfied(JobInfo.CONSTRAINT_FLAG_DEVICE_IDLE),
111 public static final int CONSTRAINT_IDLE = JobInfo.CONSTRAINT_FLAG_DEVICE_IDLE; // 1 << 2
7144 Landroid/app/job/JobInfo;->CONSTRAINT_FLAG_DEVICE_IDLE:I