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.java74 private String debugStopReason; // Human readable stop reason for debugging. field in JobParameters
113 return debugStopReason; in getDebugStopReason()
301 debugStopReason = in.readString(); in JobParameters()
305 public void setStopReason(int reason, String debugStopReason) { in setStopReason() argument
307 this.debugStopReason = debugStopReason; in setStopReason()
338 dest.writeString(debugStopReason); in writeToParcel()