Searched defs:runningServiceInfo (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DApplicationErrorReport.java49 * {@link #runningServiceInfo}.
142 public RunningServiceInfo runningServiceInfo; field in class:ApplicationErrorReport
239 runningServiceInfo.writeToParcel(dest, flags);
257 runningServiceInfo = null;
263 runningServiceInfo = null;
269 runningServiceInfo = null;
275 runningServiceInfo = new RunningServiceInfo(in);
599 runningServiceInfo.dump(pw, prefix);

Completed in 37 milliseconds