Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DApplicationErrorReport.java57 static final String SYSTEM_APPS_ERROR_RECEIVER_PROPERTY = "ro.error.receiver.system.apps"; field in ApplicationErrorReport
191 candidate = SystemProperties.get(SYSTEM_APPS_ERROR_RECEIVER_PROPERTY); in getErrorReportReceiver()