Searched refs:IS_SAMPLED (Results 1 – 1 of 1) sorted by relevance
37 private static final byte IS_SAMPLED = 0x1; field in TraceOptions192 return hasOption(IS_SAMPLED); in isSampled()252 options = (byte) (options | IS_SAMPLED); in setIsSampled()254 options = (byte) (options & ~IS_SAMPLED); in setIsSampled()