Searched defs:permittedNotificationListeners (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java976 List<String> permittedNotificationListeners; field in class:DevicePolicyManagerService.ActiveAdmin
1232 permittedNotificationListeners);
1426 permittedNotificationListeners = readPackageList(parser, tag);
1676 if (permittedNotificationListeners != null) {
1677 pw.print(prefix); pw.print("permittedNotificationListeners=");
1678 pw.println(permittedNotificationListeners);
8783 admin.permittedNotificationListeners = packageList;
8799 return admin.permittedNotificationListeners;
8816 if (profileOwner == null || profileOwner.permittedNotificationListeners == null) {
8820 profileOwner.permittedNotificationListeners, userI
[all...]

Completed in 78 milliseconds