Home
last modified time | relevance | path

Searched refs:mockAssociations (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DNotificationBackendTest.java223 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