Searched defs:getNotificationPolicy (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/notification/
H A DZenModeHelper.java590 public Policy getNotificationPolicy() { method in class:ZenModeHelper
591 return getNotificationPolicy(mConfig);
594 private static Policy getNotificationPolicy(ZenModeConfig config) { method in class:ZenModeHelper
667 final boolean policyChanged = !Objects.equals(getNotificationPolicy(mConfig),
668 getNotificationPolicy(config));
/frameworks/base/core/java/android/app/
H A DNotificationManager.java120 * Intent that is broadcast when the state of getNotificationPolicy() changes.
789 public Policy getNotificationPolicy() { method in class:NotificationManager
792 return service.getNotificationPolicy(mContext.getOpPackageName());

Completed in 10 milliseconds