Searched refs:compactionStopStyle (Results 1 – 2 of 2) sorted by relevance
46 for (final CompactionStopStyle compactionStopStyle : in getCompactionStopStyle()48 if (compactionStopStyle.getValue() == value){ in getCompactionStopStyle()49 return compactionStopStyle; in getCompactionStopStyle()
206 final CompactionStopStyle compactionStopStyle) { in setStopStyle() argument207 setStopStyle(nativeHandle_, compactionStopStyle.getValue()); in setStopStyle()