Searched refs:ACTION_DELETE_HEAP_DUMP (Results 1 – 2 of 2) sorted by relevance
20 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()
48 static final String ACTION_DELETE_HEAP_DUMP = "com.android.shell.action.DELETE_HEAP_DUMP"; field in HeapDumpReceiver88 case ACTION_DELETE_HEAP_DUMP: in onReceive()