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

/frameworks/base/core/java/android/app/
H A DNotificationManager.java115 * Intent that is broadcast when the state of getNotificationPolicy() changes.
462 public Policy getNotificationPolicy() { method in class:NotificationManager
465 return service.getNotificationPolicy(mContext.getOpPackageName());
/frameworks/base/services/core/java/com/android/server/notification/
H A DZenModeHelper.java295 public Policy getNotificationPolicy() { method in class:ZenModeHelper
296 return getNotificationPolicy(mConfig);
299 private static Policy getNotificationPolicy(ZenModeConfig config) { method in class:ZenModeHelper
338 final boolean policyChanged = !Objects.equals(getNotificationPolicy(mConfig),
339 getNotificationPolicy(config));

Completed in 62 milliseconds