Home | History | Annotate | Download | only in wifi

Lines Matching refs:channelList

999         final HashSet<Integer> channelList = new HashSet<>();
1000 channelList.add(1);
1001 channelList.add(2);
1002 channelList.add(3);
1007 anyInt())).thenReturn(channelList);
1038 final HashSet<Integer> channelList = new HashSet<>();
1039 channelList.add(1);
1040 channelList.add(2);
1041 channelList.add(3);
1046 anyInt())).thenReturn(channelList);
1052 assertEquals(settings.channels.length, channelList.size());
1054 assertTrue(channelList.contains(settings.channels[chanIdx].frequency));
1080 final HashSet<Integer> channelList = new HashSet<>();
1085 anyInt())).thenReturn(channelList);