Searched refs:maskBit (Results 1 – 1 of 1) sorted by relevance
35 public boolean testAndClear(int maskBit) { in testAndClear() argument36 boolean ans = (value & maskBit) != 0; in testAndClear()37 value &= ~maskBit; in testAndClear()