Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
DMonitorApplication.java44 private static final String MONITOR_WORKSPACE_PATH = "monitor-workspace"; field in MonitorApplication
52 IPath workspacePath = new Path(AndroidLocation.getFolder()).append(MONITOR_WORKSPACE_PATH); in start()