Home
last modified time | relevance | path

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

/frameworks/base/core/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/base/services/core/java/com/android/server/job/controllers/
DConnectivityController.java164 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()
DJobStatus.java1072 int satisfied = mSatisfiedConstraintsOfInterest; in wouldBeReadyWithConstraint() local
1091 satisfied |= constraint; in wouldBeReadyWithConstraint()
1095 boolean toReturn = isReady(satisfied); in wouldBeReadyWithConstraint()
/frameworks/base/core/proto/android/server/job/
Denums.proto27 // Set of constraints that a job potentially needs satisfied before it can run.
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/
DEthernetNetworkFactory.java221 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
/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/base/core/proto/android/server/
Djobscheduler.proto356 // If the constraints are satisfied, then the controller will mark
456 // If the constraints are satisfied, then the controller will mark
868 // implicit constraint must be satisfied for the job to run.
871 // Battery Saver). This implicit constraint must be satisfied for the
/frameworks/ml/nn/tools/api/
Dtypes.spec1041 * condition must be satisfied: output_scale > input_scale * filter_scale.
1799 * the following condition must be satisfied:
1803 * the following condition must be satisfied:
/frameworks/base/cmds/statsd/src/
Datoms.proto4969 * satisfied by caching.