Searched refs:debugStopReason (Results 1 – 3 of 3) sorted by relevance
273 private String debugStopReason; // Human readable stop reason for debugging. field in JobParameters321 return debugStopReason; in getDebugStopReason()526 debugStopReason = in.readString(); in JobParameters()531 String debugStopReason) { in setStopReason() argument534 this.debugStopReason = debugStopReason; in setStopReason()567 dest.writeString(debugStopReason); in writeToParcel()
1887 public void onJobCompletedLocked(JobStatus jobStatus, int debugStopReason,1890 Slog.d(TAG, "Completed " + jobStatus + ", reason=" + debugStopReason1898 if (debugStopReason == JobParameters.INTERNAL_STOP_REASON_UNINSTALL1899 || debugStopReason == JobParameters.INTERNAL_STOP_REASON_DATA_CLEARED) {1917 && (debugStopReason == JobParameters.INTERNAL_STOP_REASON_TIMEOUT1918 || debugStopReason == JobParameters.INTERNAL_STOP_REASON_PREEMPT)) {
7190 Landroid/app/job/JobParameters;->debugStopReason:Ljava/lang/String;