Searched refs:getPriority (Results 1 – 7 of 7) sorted by relevance
79 return getPriority() - o.getPriority(); in compareTo()138 private int getPriority() { in getPriority() method in GridMatch
240 delta = issue2.getPriority() - issue1.getPriority(); in compare()507 int priority = getPriority(marker); in getValue()514 private int getPriority(IMarker marker) { in getPriority() method in LintColumn.PriorityColumn517 return issue.getPriority(); in getPriority()524 return getPriority(marker1) - getPriority(marker2); in compare()
71 LogLevel.getByString(mPrefStore.getString(AUTO_MONITOR_LOGLEVEL)).getPriority(); in LogCatMonitor()99 LogLevel.getByString((String) event.getNewValue()).getPriority(); in LogCatMonitor()173 if (m.getLogLevel().getPriority() < mMinMessagePriority) { in isImportantMessage()
177 if (logLevel.getPriority() >= LogLevel.ERROR.getPriority()) { in start()
91 if (logLevel.getPriority() >= LogLevel.ERROR.getPriority()) { in start()
329 property.setPriority(oldProperty.getPriority()); in sortByOrigin()493 complex.setPriority(property.getPriority()); in sortNatural()586 complexProperty.setPriority(subprops[0].getPriority()); in sortNatural()624 complex.setPriority(subArray[0].getPriority()); in sortNatural()
276 return getName() + ":" + getPriority();