Searched refs:TYPE_ANR (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
H A DApplicationErrorReport.java44 * <li> {@link #TYPE_ANR} application not responding. Information about the
74 public static final int TYPE_ANR = 2; field in class:ApplicationErrorReport
89 * {@link #TYPE_CRASH}, {@link #TYPE_ANR}, {@link #TYPE_BATTERY},
128 * If this report is of type {@link #TYPE_ANR}, contains an instance
243 case TYPE_ANR:
270 case TYPE_ANR:
616 case TYPE_ANR:
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java12155 report.type = ApplicationErrorReport.TYPE_ANR;

Completed in 160 milliseconds