Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
DLogCatMonitorDialog.java35 public class LogCatMonitorDialog extends TitleAreaDialog { class
55 public LogCatMonitorDialog(Shell parentShell) { in LogCatMonitorDialog() method in LogCatMonitorDialog
DLogCatMonitor.java254 LogCatMonitorDialog dlg = new LogCatMonitorDialog(shell); in focusLogCatView()