Searched refs:debugStopReason (Results 1 – 1 of 1) sorted by relevance
118 private String debugStopReason; // Human readable stop reason for debugging. field in JobParameters157 return debugStopReason; in getDebugStopReason()346 debugStopReason = in.readString(); in JobParameters()350 public void setStopReason(int reason, String debugStopReason) { in setStopReason() argument352 this.debugStopReason = debugStopReason; in setStopReason()383 dest.writeString(debugStopReason); in writeToParcel()