Home
last modified time | relevance | path

Searched refs:throwFileName (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/
H A DApplicationErrorReport.java320 public String throwFileName; field in ApplicationErrorReport.CrashInfo
389 throwFileName = trace.getFileName(); in CrashInfo()
394 throwFileName = "unknown"; in CrashInfo()
436 throwFileName = in.readString(); in CrashInfo()
452 dest.writeString(throwFileName); in writeToParcel()
463 Slog.d("Error", "ERR: file=" + throwFileName); in writeToParcel()
478 pw.println(prefix + "throwFileName: " + throwFileName); in dump()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DNativeCrashListener.java85 ci.throwFileName = "unknown"; in run()
H A DActivityManagerService.java8940 crashInfo.throwFileName, in handleApplicationCrashInner()
/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.txt5172 field public String throwFileName;