Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DMemoryDumpActivity.java144 startDump(this, new Runnable() { in onStart()
152 public static void startDump(final Context context) { in startDump() method in MemoryDumpActivity
153 startDump(context, null); in startDump()
156 public static void startDump(final Context context, final Runnable andThen) { in startDump() method in MemoryDumpActivity
DLauncher.java2677 MemoryDumpActivity.startDump(this); in onClickAppShortcut()