Home
last modified time | relevance | path

Searched refs:satisfied (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/apex/jobscheduler/framework/java/android/app/job/
DJobSnapshot.java48 private boolean satisfied(int flag) { in satisfied() method in JobSnapshot
72 || 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()
/frameworks/native/services/surfaceflinger/tests/utils/
DWindowInfosListenerUtils.h41 bool satisfied = future.wait_for(std::chrono::seconds{5 * HwTimeoutMultiplier()}) == in waitForWindowInfosPredicate() local
44 return satisfied; in waitForWindowInfosPredicate()
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
DStateController.java175 protected void logDeviceWideConstraintStateToStatsd(int constraint, boolean satisfied) { in logDeviceWideConstraintStateToStatsd() argument
179 satisfied in logDeviceWideConstraintStateToStatsd()
DPrefetchController.java336 final boolean satisfied; in updateConstraintLocked()
340 satisfied = willBeLaunchedSoonLocked(userId, pkgName, now) in updateConstraintLocked()
350 satisfied = mService.isCurrentlyRunningLocked(jobStatus); in updateConstraintLocked()
352 return jobStatus.setPrefetchConstraintSatisfied(nowElapsed, satisfied); in updateConstraintLocked()
DConnectivityController.java443 final boolean satisfied = isSatisfied(job, network, capabilities, mConstants); in isNetworkAvailable()
446 + " and capabilities " + capabilities + ". Satisfied=" + satisfied); in isNetworkAvailable()
448 if (satisfied) { in isNetworkAvailable()
1409 final boolean satisfied = isSatisfied(jobStatus, network, capabilities, mConstants); in updateConstraintsSatisfied()
1411 if (!satisfied && jobStatus.network != null in updateConstraintsSatisfied()
1428 final boolean changed = jobStatus.setConnectivityConstraintSatisfied(nowElapsed, satisfied); in updateConstraintsSatisfied()
1430 jobStatus.setTransportAffinitiesSatisfied(satisfied && networkMetadata != null in updateConstraintsSatisfied()
1440 if (!changed && satisfied && jobStatus.network != null in updateConstraintsSatisfied()
1458 + " satisfied=" + satisfied); in updateConstraintsSatisfied()
DJobStatus.java2248 int satisfied = mSatisfiedConstraintsOfInterest; in readinessStatusWithConstraint() local
2268 satisfied |= constraint; in readinessStatusWithConstraint()
2270 satisfied &= ~constraint; in readinessStatusWithConstraint()
2273 && mDynamicConstraints == (satisfied & mDynamicConstraints); in readinessStatusWithConstraint()
2284 satisfied |= CONSTRAINT_FLEXIBLE; in readinessStatusWithConstraint()
2287 boolean toReturn = isReady(satisfied); in readinessStatusWithConstraint()
/frameworks/base/services/core/java/com/android/server/pm/
DGentleUpdateHelper.java260 var satisfied = areConstraintsSatisfied(packageNames, constraints, isIdle); in processPendingCheck() local
261 if (satisfied || pendingCheck.isTimedOut()) { in processPendingCheck()
262 future.complete(new InstallConstraintsResult((satisfied))); in processPendingCheck()
/frameworks/proto_logging/stats/enums/server/job/
Denums.proto27 // Set of constraints that a job potentially needs satisfied before it can run.
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
DJobSchedulerShellCommand.java181 boolean satisfied = false; in runJob()
195 satisfied = true; in runJob()
214 if (force && satisfied) { in runJob()
229 jobId, satisfied, force); in runJob()
DJobSchedulerService.java5340 int jobId, boolean satisfied, boolean force) {
5342 + " " + jobId + " s=" + satisfied + " f=" + force);
5360 : (satisfied ? JobStatus.OVERRIDE_SORTING : JobStatus.OVERRIDE_SOFT);
/frameworks/native/opengl/specs/
DEGL_ANDROID_native_fence_sync.txt130 When the condition of the sync object is satisfied by the fence command,
134 fence object is also signaled when the condition is satisfied. The
135 EGL_SYNC_PRIOR_COMMANDS_COMPLETE_KHR condition is satisfied by completion
142 The EGL_SYNC_NATIVE_FENCE_SIGNALED_ANDROID condition is satisfied by the
/frameworks/proto_logging/stats/enums/appsearch/
Denums.proto54 // Whether it is a good or bad end session (i.e. the user is satisfied with the returned
/frameworks/base/core/proto/android/server/
Djobscheduler.proto419 // If the constraints are satisfied, then the controller will mark
525 // If the constraints are satisfied, then the controller will mark
1025 // implicit constraint must be satisfied for the job to run.
1028 // Battery Saver). This implicit constraint must be satisfied for the
1031 // True if dynamic constraints have been satisfied.
/frameworks/proto_logging/stats/
Datoms.proto2558 // longer satisfied, etc). For periodic jobs, this value is reset after a successful run.
8814 * satisfied by caching.