Searched refs:attrBit (Results 1 – 1 of 1) sorted by relevance
1410 private boolean checkBit(int attrBit, byte[] selector) { in checkBit() argument1411 int offset = (attrBit / 8) + 1; in checkBit()1415 return ((selector[mSelector.length - offset] >> (attrBit % 8)) & 0x01) != 0; in checkBit()