Home
last modified time | relevance | path

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

/device/google/dragon/crash_collector/src/com/android/crashreportprovider/
DCrashReportProvider.java38 public static final String ACTION_CRASH_REPORT_ADDED = field in CrashReportProvider
54 final Intent intent = new Intent(ACTION_CRASH_REPORT_ADDED); in onCreate()