Home
last modified time | relevance | path

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

/aosp12/frameworks/base/apex/jobscheduler/framework/java/android/app/job/
H A DJobParameters.java273 private String debugStopReason; // Human readable stop reason for debugging. field in JobParameters
321 return debugStopReason; in getDebugStopReason()
526 debugStopReason = in.readString(); in JobParameters()
531 String debugStopReason) { in setStopReason() argument
534 this.debugStopReason = debugStopReason; in setStopReason()
567 dest.writeString(debugStopReason); in writeToParcel()
/aosp12/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
H A DJobSchedulerService.java1887 public void onJobCompletedLocked(JobStatus jobStatus, int debugStopReason,
1890 Slog.d(TAG, "Completed " + jobStatus + ", reason=" + debugStopReason
1898 if (debugStopReason == JobParameters.INTERNAL_STOP_REASON_UNINSTALL
1899 || debugStopReason == JobParameters.INTERNAL_STOP_REASON_DATA_CLEARED) {
1917 && (debugStopReason == JobParameters.INTERNAL_STOP_REASON_TIMEOUT
1918 || debugStopReason == JobParameters.INTERNAL_STOP_REASON_PREEMPT)) {
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt7190 Landroid/app/job/JobParameters;->debugStopReason:Ljava/lang/String;