Home
last modified time | relevance | path

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

/frameworks/base/apex/jobscheduler/framework/java/android/app/job/
DJobParameters.java308 private String debugStopReason; // Human readable stop reason for debugging. field in JobParameters
371 return debugStopReason; in getDebugStopReason()
599 debugStopReason = in.readString(); in JobParameters()
609 String debugStopReason) { in setStopReason() argument
612 this.debugStopReason = debugStopReason; in setStopReason()
647 dest.writeString(debugStopReason); in writeToParcel()
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
DJobSchedulerService.java3165 void maybeProcessBuggyJob(@NonNull JobStatus jobStatus, int debugStopReason) {
3166 boolean jobTimedOut = debugStopReason == JobParameters.INTERNAL_STOP_REASON_TIMEOUT;
3196 if (debugStopReason == JobParameters.INTERNAL_STOP_REASON_ANR) {
3218 int debugStopReason, boolean needsReschedule) {
3220 Slog.d(TAG, "Completed " + jobStatus + ", reason=" + debugStopReason
3228 maybeProcessBuggyJob(jobStatus, debugStopReason);
3230 if (debugStopReason == JobParameters.INTERNAL_STOP_REASON_UNINSTALL
3231 || debugStopReason == JobParameters.INTERNAL_STOP_REASON_DATA_CLEARED) {
3247 ? getRescheduleJobForFailureLocked(jobStatus, stopReason, debugStopReason) : null;
3250 && (debugStopReason == JobParameters.INTERNAL_STOP_REASON_TIMEOUT
[all …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt7190 Landroid/app/job/JobParameters;->debugStopReason:Ljava/lang/String;