Home
last modified time | relevance | path

Searched refs:debugStopReason (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/job/
DJobParameters.java79 private String debugStopReason; // Human readable stop reason for debugging. field in JobParameters
118 return debugStopReason; in getDebugStopReason()
307 debugStopReason = in.readString(); in JobParameters()
311 public void setStopReason(int reason, String debugStopReason) { in setStopReason() argument
313 this.debugStopReason = debugStopReason; in setStopReason()
344 dest.writeString(debugStopReason); in writeToParcel()