Searched refs:macs (Results 1 – 7 of 7) sorted by relevance
234 String[] macs = { "00:00:00:00:00:10", "00:00:00:00:00:20" }; in getDeviceList_singleDevice() local235 List<AssociationInfo> associations = mockAssociations(macs); in getDeviceList_singleDevice()240 when(cbd1.getAddress()).thenReturn(macs[0]); in getDeviceList_singleDevice()251 String[] macs = { "00:00:00:00:00:10", "00:00:00:00:00:20" }; in getDeviceList_multipleDevices() local252 List<AssociationInfo> associations = mockAssociations(macs); in getDeviceList_multipleDevices()257 when(cbd1.getAddress()).thenReturn(macs[0]); in getDeviceList_multipleDevices()262 when(cbd2.getAddress()).thenReturn(macs[1]); in getDeviceList_multipleDevices()
206 final Set<MacAddress> macs = new HashSet<>(clients.size()); in getClientMacs() local208 macs.add(c.getMacAddress()); in getClientMacs()210 return macs; in getClientMacs()
85 String[][] macs = { in testToOuiString() local92 for (String[] pair : macs) { in testToOuiString()101 String[] macs = { in testHexPaddingWhenPrinting() local108 for (String mac : macs) { in testHexPaddingWhenPrinting()