Searched refs:debugStopReason (Results 1 – 3 of 3) sorted by relevance
308 private String debugStopReason; // Human readable stop reason for debugging. field in JobParameters371 return debugStopReason; in getDebugStopReason()599 debugStopReason = in.readString(); in JobParameters()609 String debugStopReason) { in setStopReason() argument612 this.debugStopReason = debugStopReason; in setStopReason()647 dest.writeString(debugStopReason); in writeToParcel()
3165 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=" + debugStopReason3228 maybeProcessBuggyJob(jobStatus, debugStopReason);3230 if (debugStopReason == JobParameters.INTERNAL_STOP_REASON_UNINSTALL3231 || debugStopReason == JobParameters.INTERNAL_STOP_REASON_DATA_CLEARED) {3247 ? getRescheduleJobForFailureLocked(jobStatus, stopReason, debugStopReason) : null;3250 && (debugStopReason == JobParameters.INTERNAL_STOP_REASON_TIMEOUT[all …]
7190 Landroid/app/job/JobParameters;->debugStopReason:Ljava/lang/String;