Home
last modified time | relevance | path

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

/frameworks/base/packages/Shell/src/com/android/shell/
DHeapDumpActivity.java20 import static com.android.shell.HeapDumpReceiver.ACTION_DELETE_HEAP_DUMP;
105 Intent deleteIntent = new Intent(ACTION_DELETE_HEAP_DUMP); in onCreate()
127 Intent deleteIntent = new Intent(ACTION_DELETE_HEAP_DUMP); in onStop()
DHeapDumpReceiver.java48 static final String ACTION_DELETE_HEAP_DUMP = "com.android.shell.action.DELETE_HEAP_DUMP"; field in HeapDumpReceiver
88 case ACTION_DELETE_HEAP_DUMP: in onReceive()