Searched refs:mockAssociations (Results 1 – 1 of 1) sorted by relevance
223 mockAssociations("00:00:00:00:00:10", "00:00:00:00:00:20"); in getDeviceList_associationsButNoDevice()235 List<AssociationInfo> associations = mockAssociations(macs); in getDeviceList_singleDevice()252 List<AssociationInfo> associations = mockAssociations(macs); in getDeviceList_multipleDevices()271 private ImmutableList<AssociationInfo> mockAssociations(String... macAddresses) { in mockAssociations() method in NotificationBackendTest