Home
last modified time | relevance | path

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

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/
H A DSubMonitor.java386 private static final int ALL_PUBLIC_FLAGS = SUPPRESS_ALL_LABELS | SUPPRESS_ISCANCELED; field in SubMonitor
789 childFlags |= (suppressFlags & ALL_PUBLIC_FLAGS); in newChild()