Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DApplicationErrorReport.java325 public String throwClassName; field in ApplicationErrorReport.CrashInfo
390 throwClassName = trace.getClassName(); in CrashInfo()
395 throwClassName = "unknown"; in CrashInfo()
437 throwClassName = in.readString(); in CrashInfo()
453 dest.writeString(throwClassName); in writeToParcel()
464 Slog.d("Error", "ERR: class=" + throwClassName); in writeToParcel()
479 pw.println(prefix + "throwClassName: " + throwClassName); in dump()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DNativeCrashListener.java86 ci.throwClassName = "unknown"; in run()
/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.txt5171 field public String throwClassName;