Home | History | Annotate | Download | only in lowpan

Lines Matching defs:mChannelMask

62     private ArrayList<Integer> mChannelMask = null;
91 mChannelMask = null;
93 if (mChannelMask == null) {
94 mChannelMask = new ArrayList<>();
96 mChannelMask.clear();
98 mChannelMask.addAll(mask);
108 return (Collection<Integer>) mChannelMask.clone();
122 if (mChannelMask == null) {
123 mChannelMask = new ArrayList<>();
125 mChannelMask.add(Integer.valueOf(channel));
152 if (mChannelMask != null) {
154 map, mChannelMask.stream().mapToInt(i -> i).toArray());