Searched refs:debugStopReason (Results 1 – 2 of 2) sorted by relevance
78 private String debugStopReason; // Human readable stop reason for debugging. field in JobParameters117 return debugStopReason; in getDebugStopReason()306 debugStopReason = in.readString(); in JobParameters()310 public void setStopReason(int reason, String debugStopReason) { in setStopReason() argument312 this.debugStopReason = debugStopReason; in setStopReason()343 dest.writeString(debugStopReason); in writeToParcel()
7193 Landroid/app/job/JobParameters;->debugStopReason:Ljava/lang/String;