Home
last modified time | relevance | path

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

/frameworks/base/packages/Shell/src/com/android/shell/
DHeapDumpReceiver.java65 static final String EXTRA_REPORT_PACKAGE = field in HeapDumpReceiver
138 EXTRA_REPORT_PACKAGE); in showDumpNotification()
167 shareIntent.putExtra(EXTRA_REPORT_PACKAGE, reportPackage); in showDumpNotification()
DHeapDumpActivity.java23 import static com.android.shell.HeapDumpReceiver.EXTRA_REPORT_PACKAGE;
73 String directLaunchPackage = getIntent().getStringExtra(EXTRA_REPORT_PACKAGE); in onCreate()