Home
last modified time | relevance | path

Searched refs:jobs (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/services/core/java/com/android/server/job/
DJobStore.java596 List<JobStatus> jobs; in run() local
599 jobs = readJobMapImpl(fis, rtcGood); in run()
600 if (jobs != null) { in run()
603 for (int i=0; i<jobs.size(); i++) { in run()
604 JobStatus js = jobs.get(i); in run()
656 final List<JobStatus> jobs = new ArrayList<JobStatus>(); in readJobMapImpl() local
680 jobs.add(persistedJob); in readJobMapImpl()
688 return jobs; in readJobMapImpl()
1027 ArraySet<JobStatus> jobs = mJobs.get(uid); in getJobsByUid() local
1028 if (jobs != null) { in getJobsByUid()
[all …]
DJobSchedulerService.java914 List<JobStatus> jobs = mJobs.getJobsByUid(uid); in getPendingJobs() local
915 ArrayList<JobInfo> outList = new ArrayList<JobInfo>(jobs.size()); in getPendingJobs()
916 for (int i = jobs.size() - 1; i >= 0; i--) { in getPendingJobs()
917 JobStatus job = jobs.get(i); in getPendingJobs()
926 List<JobStatus> jobs = mJobs.getJobsByUid(uid); in getPendingJob() local
927 for (int i = jobs.size() - 1; i >= 0; i--) { in getPendingJob()
928 JobStatus job = jobs.get(i); in getPendingJob()
1334 void noteJobsPending(List<JobStatus> jobs) { in noteJobsPending() argument
1335 for (int i = jobs.size() - 1; i >= 0; i--) { in noteJobsPending()
1336 JobStatus job = jobs.get(i); in noteJobsPending()
[all …]
/frameworks/base/services/tests/servicestests/src/com/android/server/job/
DJobSetTest.java109 final ArraySet<JobStatus> jobs = map1.valueAt(i); in assertHaveSameJobs() local
110 if (jobs == null) return; in assertHaveSameJobs()
111 size1 += jobs.size(); in assertHaveSameJobs()
112 set1.addAll(jobs); in assertHaveSameJobs()
115 final ArraySet<JobStatus> jobs = map2.valueAt(i); in assertHaveSameJobs() local
116 if (jobs == null) return; in assertHaveSameJobs()
117 size1 -= jobs.size(); in assertHaveSameJobs()
118 set2.addAll(jobs); in assertHaveSameJobs()
130 final ArraySet<JobStatus> jobs = jobMap.valueAt(i); in dump() local
131 if (jobs == null) return; in dump()
[all …]
/frameworks/base/core/proto/android/server/
Djobscheduler.proto81 // UIDs that are currently performing backups, so their jobs won't be
99 // From a service that has currently active or pending jobs.
147 // Minimum # of idle jobs that must be ready in order to force the JMS to
150 // Minimum # of charging jobs that must be ready in order to force the JMS
153 // Minimum # of "battery not low" jobs that must be ready in order to force
156 // Minimum # of "storage not low" jobs that must be ready in order to force
159 // Minimum # of connectivity jobs that must be ready in order to force the
160 // JMS to schedule things early. 1 == Run connectivity jobs as soon as
163 // Minimum # of content trigger jobs that must be ready in order to force
166 // Minimum # of jobs (with no particular constraints) for which the JMS will
[all …]
/frameworks/base/core/proto/android/service/
Dprint.proto48 // The cached print jobs
74 // Print jobs
77 // Files used by these print jobs
198 // Has the active service a active print jobs
343 // The print jobs is created, it is ready to be printed and should be processed
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DBatteryStatsBackgroundStatsTest.java314 final ArrayMap<String, ? extends BatteryStats.Timer> jobs = in testJob() local
316 assertEquals(1, jobs.size()); in testJob()
317 BatteryStats.Timer timer = jobs.valueAt(0); in testJob()
/frameworks/base/core/java/android/os/
DBatteryStats.java4092 final ArrayMap<String, ? extends Timer> jobs = u.getJobStats(); in dumpCheckinLocked() local
4093 for (int ij=jobs.size()-1; ij>=0; ij--) { in dumpCheckinLocked()
4094 final Timer timer = jobs.valueAt(ij); in dumpCheckinLocked()
4103 dumpLine(pw, uid, category, JOB_DATA, "\"" + jobs.keyAt(ij) + "\"", in dumpCheckinLocked()
5705 final ArrayMap<String, ? extends Timer> jobs = u.getJobStats(); in dumpLocked() local
5706 for (int ij=jobs.size()-1; ij>=0; ij--) { in dumpLocked()
5707 final Timer timer = jobs.valueAt(ij); in dumpLocked()
5718 sb.append(jobs.keyAt(ij)); in dumpLocked()
7348 final ArrayMap<String, ? extends Timer> jobs = u.getJobStats(); in dumpProtoAppsLocked() local
7349 for (int ij = jobs.size() - 1; ij >= 0; --ij) { in dumpProtoAppsLocked()
[all …]
/frameworks/base/core/proto/android/os/
Dbatterystats.proto630 repeated Job jobs = 15; field
/frameworks/support/work/integration-tests/testapp/src/main/assets/
Dretn.txt834 very high-class jobs which no ordinary criminal could have
7472 bit and gild and frame, and do odd jobs. The fellow left me last
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt31715 …[ijkmor]|(gov|g[abdefghilmnpqrstuwy])|h[kmnrtu]|(info|int|i[delmnoqrst])|(jobs|j[emop])|k[eghimnpr…
31716 …r]|(?:gov|g[abdefghilmnpqrstuwy])|h[kmnrtu]|(?:info|int|i[delmnoqrst])|(?:jobs|j[emop])|k[eghimnpr…
/frameworks/base/api/
Dcurrent.txt45533 …[ijkmor]|(gov|g[abdefghilmnpqrstuwy])|h[kmnrtu]|(info|int|i[delmnoqrst])|(jobs|j[emop])|k[eghimnpr…
45534 …r]|(?:gov|g[abdefghilmnpqrstuwy])|h[kmnrtu]|(?:info|int|i[delmnoqrst])|(?:jobs|j[emop])|k[eghimnpr…