Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DApplicationErrorReport.java145 public RunningServiceInfo runningServiceInfo; field in ApplicationErrorReport
255 runningServiceInfo.writeToParcel(dest, flags); in writeToParcel()
274 runningServiceInfo = null; in readFromParcel()
280 runningServiceInfo = null; in readFromParcel()
286 runningServiceInfo = null; in readFromParcel()
292 runningServiceInfo = new RunningServiceInfo(in); in readFromParcel()
724 runningServiceInfo.dump(pw, prefix); in dump()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt5135 field public android.app.ApplicationErrorReport.RunningServiceInfo runningServiceInfo;