Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DOldLogCatView.java25 import com.android.ddmuilib.logcat.LogPanel.LogCatViewInterface;
62 public final class OldLogCatView extends SelectionDependentViewPart implements LogCatViewInterface {
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
DLogPanel.java198 private LogCatViewInterface mLogCatViewInterface = null;
324 public interface LogCatViewInterface { interface in LogPanel
1614 public void setLogCatViewInterface(LogCatViewInterface i) { in setLogCatViewInterface()