Searched defs:ACTION_DELETE_DUMPHEAP (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/
H A DDumpHeapActivity.java44 public static final String ACTION_DELETE_DUMPHEAP = "com.android.server.am.DELETE_DUMPHEAP"; field in class:DumpHeapActivity
93 sendBroadcast(new Intent(ACTION_DELETE_DUMPHEAP));
117 Intent broadcast = new Intent(ACTION_DELETE_DUMPHEAP);
127 sendBroadcast(new Intent(ACTION_DELETE_DUMPHEAP));

Completed in 97 milliseconds