Searched refs:satisfied (Results 1 – 9 of 9) sorted by relevance
48 private boolean satisfied(int flag) { in satisfied() method in JobSnapshot72 || satisfied(JobInfo.CONSTRAINT_FLAG_CHARGING); in isChargingSatisfied()80 || satisfied(JobInfo.CONSTRAINT_FLAG_BATTERY_NOT_LOW); in isBatteryNotLowSatisfied()88 || satisfied(JobInfo.CONSTRAINT_FLAG_DEVICE_IDLE); in isRequireDeviceIdleSatisfied()93 || satisfied(JobInfo.CONSTRAINT_FLAG_STORAGE_NOT_LOW); in isRequireStorageNotLowSatisfied()
164 final boolean satisfied = isSatisfied(job, network, capabilities, mConstants); in isNetworkAvailable()167 + " and capabilities " + capabilities + ". Satisfied=" + satisfied); in isNetworkAvailable()169 if (satisfied) { in isNetworkAvailable()427 final boolean satisfied = isSatisfied(jobStatus, network, capabilities, mConstants); in updateConstraintsSatisfied()430 .setConnectivityConstraintSatisfied(connected && satisfied); in updateConstraintsSatisfied()440 + " satisfied=" + satisfied); in updateConstraintsSatisfied()
1072 int satisfied = mSatisfiedConstraintsOfInterest; in wouldBeReadyWithConstraint() local1091 satisfied |= constraint; in wouldBeReadyWithConstraint()1095 boolean toReturn = isReady(satisfied); in wouldBeReadyWithConstraint()
27 // Set of constraints that a job potentially needs satisfied before it can run.
221 if (n != null && n.satisfied(request.networkCapabilities)) { in networkForRequest()226 if (n.satisfied(request.networkCapabilities) && n.mLinkUp) { in networkForRequest()389 boolean satisfied(NetworkCapabilities requestedCapabilities) { in satisfied() method in NetworkInterfaceState
130 When the condition of the sync object is satisfied by the fence command,134 fence object is also signaled when the condition is satisfied. The135 EGL_SYNC_PRIOR_COMMANDS_COMPLETE_KHR condition is satisfied by completion142 The EGL_SYNC_NATIVE_FENCE_SIGNALED_ANDROID condition is satisfied by the
356 // If the constraints are satisfied, then the controller will mark456 // If the constraints are satisfied, then the controller will mark868 // implicit constraint must be satisfied for the job to run.871 // Battery Saver). This implicit constraint must be satisfied for the
1041 * condition must be satisfied: output_scale > input_scale * filter_scale.1799 * the following condition must be satisfied:1803 * the following condition must be satisfied:
4969 * satisfied by caching.