Searched refs:technologiesByte (Results 1 – 1 of 1) sorted by relevance
43 public static ImmutableList<RangingTechnology> parseByte(byte technologiesByte) { in parseByte() argument44 BitSet bitset = BitSet.valueOf(new byte[]{technologiesByte}); in parseByte()