Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/notification/
DNotificationBackend.java150 List<String> associatedMacAddrs = cdm.getAssociations(pkg, userId); in getDeviceList() local
151 if (associatedMacAddrs != null) { in getDeviceList()
152 for (String assocMac : associatedMacAddrs) { in getDeviceList()