Searched refs:debugStopReason (Results 1 – 1 of 1) sorted by relevance
79 private String debugStopReason; // Human readable stop reason for debugging. field in JobParameters118 return debugStopReason; in getDebugStopReason()307 debugStopReason = in.readString(); in JobParameters()311 public void setStopReason(int reason, String debugStopReason) { in setStopReason() argument313 this.debugStopReason = debugStopReason; in setStopReason()344 dest.writeString(debugStopReason); in writeToParcel()