Searched defs:runningServiceInfo (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/app/
H A DApplicationErrorReport.java51 * {@link #runningServiceInfo}.
144 public RunningServiceInfo runningServiceInfo; field in class:ApplicationErrorReport
254 runningServiceInfo.writeToParcel(dest, flags);
273 runningServiceInfo = null;
279 runningServiceInfo = null;
285 runningServiceInfo = null;
291 runningServiceInfo = new RunningServiceInfo(in);
697 runningServiceInfo.dump(pw, prefix);

Completed in 210 milliseconds