Searched refs:EXTRA_REPORT_PACKAGE (Results 1 – 2 of 2) sorted by relevance
65 static final String EXTRA_REPORT_PACKAGE = field in HeapDumpReceiver138 EXTRA_REPORT_PACKAGE); in showDumpNotification()167 shareIntent.putExtra(EXTRA_REPORT_PACKAGE, reportPackage); in showDumpNotification()
23 import static com.android.shell.HeapDumpReceiver.EXTRA_REPORT_PACKAGE;73 String directLaunchPackage = getIntent().getStringExtra(EXTRA_REPORT_PACKAGE); in onCreate()