Home
last modified time | relevance | path

Searched refs:getJob (Results 1 – 15 of 15) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/job/
H A DJobStoreTest.java459 taskStatus.getJob().getIntervalMillis()); in testWritingTaskWithFlex()
461 taskStatus.getJob().getFlexMillis()); in testWritingTaskWithFlex()
682 loaded.getJob().isRequireDeviceIdle(), in testPersistedIdleConstraint()
702 loaded.getJob().isRequireCharging(), in testPersistedChargingConstraint()
703 taskStatus.getJob().isRequireCharging()); in testPersistedChargingConstraint()
722 loaded.getJob().isRequireStorageNotLow(), in testPersistedStorageNotLowConstraint()
742 loaded.getJob().isRequireBatteryNotLow(), in testPersistedBatteryNotLowConstraint()
782 taskStatus.getJob().isPreferCharging(), in testPersistedPreferredChargingConstraint()
783 loaded.getJob().isPreferCharging()); in testPersistedPreferredChargingConstraint()
803 loaded.getJob().isPreferDeviceIdle()); in testPersistedPreferredDeviceIdleConstraint()
[all …]
H A DPendingJobQueueTest.java766 } else if (!job.getJob().isUserInitiated()) {
771 if (job.getJob().isUserInitiated()) {
795 ? "e" : (job.getJob().isUserInitiated() ? "u" : "r"))
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
H A DJobServiceContext.java363 final JobInfo ji = job.getJob(); in executeRunnableJob()
487 job.getJob().isPrefetch(), in executeRunnableJob()
488 job.getJob().getPriority(), in executeRunnableJob()
501 job.getJob().isUserInitiated(), in executeRunnableJob()
503 job.getJob().isPeriodic(), in executeRunnableJob()
504 job.getJob().getMinLatencyMillis(), in executeRunnableJob()
554 if (job.getJob().getRequiredNetwork() == null) { in canGetNetworkInformation()
1548 completedJob.getJob().isPrefetch(), in closeAndCleanupJobLocked()
1549 completedJob.getJob().getPriority(), in closeAndCleanupJobLocked()
1562 completedJob.getJob().isUserInitiated(), in closeAndCleanupJobLocked()
[all …]
H A DJobSchedulerService.java1649 if (toCancel.getJob().equals(job)) {
1778 jobStatus.getJob().isPrefetch(),
1779 jobStatus.getJob().getPriority(),
1794 jobStatus.getJob().isPeriodic(),
1835 outList.add(job.getJob());
1849 outList.add(job.getJob());
1997 return job.getJob();
2207 cancelled.getJob().isPrefetch(),
2208 cancelled.getJob().getPriority(),
2223 cancelled.getJob().isPeriodic(),
[all …]
H A DJobStore.java803 writeBundleToXml(jobStatus.getJob().getExtras(), out);
855 out.attribute(null, "priority", String.valueOf(jobStatus.getJob().getPriority()));
904 final JobInfo job = jobStatus.getJob();
906 final NetworkRequest network = jobStatus.getJob().getRequiredNetwork();
952 final JobInfo job = jobStatus.getJob();
953 if (jobStatus.getJob().isPeriodic()) {
988 … if (jobStatus.getJob().getInitialBackoffMillis() != JobInfo.DEFAULT_INITIAL_BACKOFF_MILLIS
989 || jobStatus.getJob().getBackoffPolicy() != JobInfo.DEFAULT_BACKOFF_POLICY) {
H A DPendingJobQueue.java278 final boolean job1UI = job1.getJob().isUserInitiated();
279 final boolean job2UI = job2.getJob().isUserInitiated();
H A DJobPackageTracker.java489 addEvent(job.getJob().isPeriodic() ? EVENT_START_PERIODIC_JOB : EVENT_START_JOB, in noteActive()
502 addEvent(job.getJob().isPeriodic() ? EVENT_STOP_PERIODIC_JOB : EVENT_STOP_JOB, in noteInactive()
H A DJobConcurrencyManager.java1976 .append(js.getJob().getId()) in printPendingQueueLocked()
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
H A DConnectivityController.java459 || (jobStatus.getJob().isUserInitiated() in evaluateStateLocked()
913 copyCapabilities(jobStatus.getJob().getRequiredNetwork()); in isStrictSatisfied()
917 return jobStatus.getJob().getRequiredNetwork().canBeSatisfiedBy(capabilities); in isStrictSatisfied()
924 if (!jobStatus.getJob().isPrefetch() || jobStatus.getStandbyBucket() == RESTRICTED_INDEX) { in isRelaxedSatisfied()
935 copyCapabilities(jobStatus.getJob().getRequiredNetwork()); in isRelaxedSatisfied()
1813 pw.print(js.getJob().getRequiredNetwork()); in dumpControllerStateLocked()
H A DFlexibilityController.java302 if (js.getJob().isPrefetch()) { in getLifeCycleBeginningElapsedLocked()
321 if (js.getJob().isPrefetch()) { in getLifeCycleEndElapsedLocked()
398 hasPrefetch |= js.getJob().isPrefetch(); in onUidBiasChangedLocked()
H A DJobStatus.java724 this(jobStatus.getJob(), jobStatus.getUid(), in JobStatus()
1036 public JobInfo getJob() { in getJob() method in JobStatus
1175 if (uidActive || getJob().isExemptedFromAppStandby()) { in getEffectiveStandbyBucket()
1638 return getJob().isUserInitiated() in shouldTreatAsUserInitiatedJob()
H A DContentObserverController.java279 final JobInfo.TriggerContentUri[] uris = jobStatus.getJob().getTriggerContentUris(); in JobInstance()
H A DPrefetchController.java150 if (jobStatus.getJob().isPrefetch()) { in maybeStartTrackingJobLocked()
/aosp14/frameworks/base/packages/CredentialManager/
H A Dprofile.txt.prof9993 HSPLkotlinx/coroutines/JobKt;->getJob(Lkotlin/coroutines/CoroutineContext;)Lkotlinx/coroutines/Job;
9999 HSPLkotlinx/coroutines/JobKt__JobKt;->getJob(Lkotlin/coroutines/CoroutineContext;)Lkotlinx/coroutin…
10003 HSPLkotlinx/coroutines/JobNode;->getJob()Lkotlinx/coroutines/JobSupport;
/aosp14/frameworks/base/services/
H A Dart-profile4541 HSPLcom/android/server/job/controllers/JobStatus;->getJob()Landroid/app/job/JobInfo;