Searched refs:debugStopReason (Results 1 – 1 of 1) sorted by relevance
74 private String debugStopReason; // Human readable stop reason for debugging. field in JobParameters113 return debugStopReason; in getDebugStopReason()301 debugStopReason = in.readString(); in JobParameters()305 public void setStopReason(int reason, String debugStopReason) { in setStopReason() argument307 this.debugStopReason = debugStopReason; in setStopReason()338 dest.writeString(debugStopReason); in writeToParcel()