Searched refs:MAX_SLOTS (Results 1 – 1 of 1) sorted by relevance
20 private static final int MAX_SLOTS = 8; field in MockWeaverService24 private Pair<ArrayList<Byte>, ArrayList<Byte>>[] slots = new Pair[MAX_SLOTS];30 config.slots = MAX_SLOTS; in getConfig()37 if (slotId < 0 || slotId >= MAX_SLOTS) { in write()46 if (slotId < 0 || slotId >= MAX_SLOTS) { in read()