Searched refs:AUTO_MONITOR_LOGLEVEL (Results 1 – 3 of 3) sorted by relevance
52 … public static final String AUTO_MONITOR_LOGLEVEL = "ddms.logcat.auotmonitor.level"; //$NON-NLS-1$ field in LogCatMonitor71 LogLevel.getByString(mPrefStore.getString(AUTO_MONITOR_LOGLEVEL)).getPriority(); in LogCatMonitor()97 } else if (AUTO_MONITOR_LOGLEVEL.equals(event.getProperty())) { in LogCatMonitor()260 mPrefStore.setValue(AUTO_MONITOR_LOGLEVEL, dlg.getMinimumPriority()); in focusLogCatView()
135 store.setDefault(LogCatMonitor.AUTO_MONITOR_LOGLEVEL, LogLevel.VERBOSE.getStringValue()); in initializeDefaultPreferences()
116 mAutoMonitorLogcatLevel = new ComboFieldEditor(LogCatMonitor.AUTO_MONITOR_LOGLEVEL, in createAdtSpecificFieldEditors()