Searched refs:FLOW_CONTROL_OPTIONS (Results 1 – 1 of 1) sorted by relevance
64 static final int FLOW_CONTROL_OPTIONS = 10; field in Settings209 int bit = 1 << FLOW_CONTROL_OPTIONS; in isFlowControlDisabled()210 int value = (bit & set) != 0 ? values[FLOW_CONTROL_OPTIONS] : 0; in isFlowControlDisabled()