Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
DLogCatMonitor.java259 mPrefStore.setValue(AUTO_MONITOR_PREFKEY, dlg.shouldMonitor()); in focusLogCatView()
262 return r == Window.OK && dlg.shouldMonitor(); in focusLogCatView()
DLogCatMonitorDialog.java111 public boolean shouldMonitor() { in shouldMonitor() method in LogCatMonitorDialog