Searched refs:receivedBitMap (Results 1 – 1 of 1) sorted by relevance
340 int receivedBitMap = 0; in expectCallbackStarted() local346 while ((receivedBitMap & expectedBitMap) != expectedBitMap) { in expectCallbackStarted()350 + expectedBitMap + ", actual: " + receivedBitMap); in expectCallbackStarted()353 receivedBitMap |= (1 << cv.callbackType.ordinal()); in expectCallbackStarted()