Home
last modified time | relevance | path

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

/development/tools/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
DDdmsPlugin.java387 public static IDebugLauncher getRunningAppDebugLauncher() { in getRunningAppDebugLauncher() method in DdmsPlugin
/development/tools/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DDeviceView.java343 mDebugLauncher = DdmsPlugin.getRunningAppDebugLauncher(); in createPartControl()