Home
last modified time | relevance | path

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

/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
DStateChangedListener.java25 import com.android.server.job.restrictions.JobRestriction;
48 void onRestrictionStateChanged(@NonNull JobRestriction restriction, in onRestrictionStateChanged()
DJobSchedulerService.java133 import com.android.server.job.restrictions.JobRestriction;
317 final List<JobRestriction> mJobRestrictions;
2094 JobRestriction restriction = checkIfRestricted(job);
3319 public void onRestrictionStateChanged(@NonNull JobRestriction restriction,
3512 JobRestriction checkIfRestricted(JobStatus job) {
3514 final JobRestriction restriction = mJobRestrictions.get(i);
3747 final JobRestriction restriction = checkIfRestricted(job);
4102 final JobRestriction restriction = checkIfRestricted(job);
5912 final JobRestriction restriction = mJobRestrictions.get(i);
6240 for (JobRestriction restriction : mJobRestrictions) {
[all …]
DJobConcurrencyManager.java70 import com.android.server.job.restrictions.JobRestriction;
1373 void maybeStopOvertimeJobsLocked(@NonNull JobRestriction restriction) { in maybeStopOvertimeJobsLocked()
1431 final JobRestriction restriction = mService.checkIfRestricted(running); in stopNonReadyActiveJobsLocked()
1828 final JobRestriction jobRestriction; in shouldStopRunningJobLocked()
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/restrictions/
DJobRestriction.java37 public abstract class JobRestriction { class
44 protected JobRestriction(JobSchedulerService service, @JobParameters.StopReason int stopReason, in JobRestriction() method in JobRestriction
DThermalStatusRestriction.java31 public class ThermalStatusRestriction extends JobRestriction {
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/
DJobSchedulerServiceTest.java92 import com.android.server.job.restrictions.JobRestriction;
2433 JobRestriction mock1JobRestriction = mock(JobRestriction.class);
2434 JobRestriction mock2JobRestriction = mock(JobRestriction.class);
/frameworks/base/core/proto/android/server/
Djobscheduler.proto51 message JobRestriction { message
77 repeated JobRestriction restrictions = 12;
/frameworks/base/services/
Dart-profile1640 …controllers/PrefetchController;]Lcom/android/server/job/restrictions/JobRestriction;Lcom/android/s…
1652JobRestriction;+]Lcom/android/server/job/JobSchedulerService;Lcom/android/server/job/JobSchedulerS…
Dart-wear-profile12833 …Lcom/android/server/job/controllers/JobStatus;)Lcom/android/server/job/restrictions/JobRestriction;
13561 PLcom/android/server/job/restrictions/JobRestriction;-><init>(Lcom/android/server/job/JobSchedulerS…