Searched refs:permittedNotificationListeners (Results 1 – 1 of 1) sorted by relevance
1046 List<String> permittedNotificationListeners; field in DevicePolicyManagerService.ActiveAdmin1303 permittedNotificationListeners); in writeToXml()1502 permittedNotificationListeners = readPackageList(parser, tag); in readFromXml()1752 if (permittedNotificationListeners != null) { in dump()1754 pw.println(permittedNotificationListeners); in dump()9574 admin.permittedNotificationListeners = packageList; in setPermittedCrossProfileNotificationListeners()9590 return admin.permittedNotificationListeners; in getPermittedCrossProfileNotificationListeners()9607 if (profileOwner == null || profileOwner.permittedNotificationListeners == null) { in isNotificationListenerServicePermitted()9611 profileOwner.permittedNotificationListeners, userId); in isNotificationListenerServicePermitted()