Home
last modified time | relevance | path

Searched refs:debugReason (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/job/
DJobServiceContext.java314 void cancelExecutingJobLocked(int reason, String debugReason) { in cancelExecutingJobLocked() argument
315 doCancelLocked(reason, debugReason); in cancelExecutingJobLocked()
574 void doCancelLocked(int arg1, String debugReason) { in doCancelLocked() argument
582 mParams.setStopReason(arg1, debugReason); in doCancelLocked()
587 handleCancelLocked(debugReason); in doCancelLocked()
DJobPackageTracker.java64 String debugReason) { in addEvent() argument
71 mEventReasons[index] = debugReason; in addEvent()
479 public void noteInactive(JobStatus job, int stopReason, String debugReason) { in noteInactive() argument
489 job.getSourceUid(), job.getBatteryName(), job.getJobId(), stopReason, debugReason); in noteInactive()
DJobSchedulerService.java1516 private boolean stopJobOnServiceContextLocked(JobStatus job, int reason, String debugReason) { in stopJobOnServiceContextLocked() argument
1521 jsc.cancelExecutingJobLocked(reason, debugReason); in stopJobOnServiceContextLocked()