HomeSort by relevance Sort by last modified time
    Searched refs:ParcelableCrashInfo (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/java/android/app/
ApplicationErrorReport.aidl 20 parcelable ApplicationErrorReport.ParcelableCrashInfo
ApplicationErrorReport.java 464 public static class ParcelableCrashInfo extends CrashInfo implements Parcelable {
468 public ParcelableCrashInfo() {
474 public ParcelableCrashInfo(Throwable tr) {
478 public ParcelableCrashInfo(Parcel in) {
486 public static final Parcelable.Creator<ParcelableCrashInfo> CREATOR =
487 new Parcelable.Creator<ParcelableCrashInfo>() {
489 public ParcelableCrashInfo createFromParcel(Parcel in) {
490 return new ParcelableCrashInfo(in);
494 public ParcelableCrashInfo[] newArray(int size) {
495 return new ParcelableCrashInfo[size]
    [all...]
IActivityManager.aidl 94 in ApplicationErrorReport.ParcelableCrashInfo crashInfo);
246 in ApplicationErrorReport.ParcelableCrashInfo crashInfo);
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
RuntimeInit.java 116 mApplicationObject, new ApplicationErrorReport.ParcelableCrashInfo(e));
340 new ApplicationErrorReport.ParcelableCrashInfo(t))) {
  /frameworks/base/
compiled-classes-phone 245 android.app.ApplicationErrorReport$ParcelableCrashInfo
246 android.app.ApplicationErrorReport$ParcelableCrashInfo$1
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java     [all...]

Completed in 79 milliseconds