Searched refs:bools (Results 1 – 2 of 2) sorted by relevance
31 boolean[] bools = new boolean[2];32 source.readBooleanArray(bools);33 LedConfiguration config = new LedConfiguration(color0, color1, bools[0]);34 config.isTransient = bools[1];
41 public SparseBooleanArray bools; field in TestResources52 res.bools = new SparseBooleanArray(); in create()75 return bools.get(id); in getBoolean()