Loading core/java/android/app/NotificationManager.java +5 −5 Original line number Diff line number Diff line Loading @@ -1029,7 +1029,7 @@ public class NotificationManager { * Returns AutomaticZenRules owned by the caller. * * <p> * Throws a SecurityException if policy access is granted to this package. * Throws a SecurityException if policy access is not granted to this package. * See {@link #isNotificationPolicyAccessGranted}. */ public Map<String, AutomaticZenRule> getAutomaticZenRules() { Loading @@ -1053,7 +1053,7 @@ public class NotificationManager { * Returns the AutomaticZenRule with the given id, if it exists and the caller has access. * * <p> * Throws a SecurityException if policy access is granted to this package. * Throws a SecurityException if policy access is not granted to this package. * See {@link #isNotificationPolicyAccessGranted}. * * <p> Loading @@ -1073,7 +1073,7 @@ public class NotificationManager { * Creates the given zen rule. * * <p> * Throws a SecurityException if policy access is granted to this package. * Throws a SecurityException if policy access is not granted to this package. * See {@link #isNotificationPolicyAccessGranted}. * * @param automaticZenRule the rule to create. Loading @@ -1092,7 +1092,7 @@ public class NotificationManager { * Updates the given zen rule. * * <p> * Throws a SecurityException if policy access is granted to this package. * Throws a SecurityException if policy access is not granted to this package. * See {@link #isNotificationPolicyAccessGranted}. * * <p> Loading Loading @@ -1134,7 +1134,7 @@ public class NotificationManager { * Deletes the automatic zen rule with the given id. * * <p> * Throws a SecurityException if policy access is granted to this package. * Throws a SecurityException if policy access is not granted to this package. * See {@link #isNotificationPolicyAccessGranted}. * * <p> Loading Loading
core/java/android/app/NotificationManager.java +5 −5 Original line number Diff line number Diff line Loading @@ -1029,7 +1029,7 @@ public class NotificationManager { * Returns AutomaticZenRules owned by the caller. * * <p> * Throws a SecurityException if policy access is granted to this package. * Throws a SecurityException if policy access is not granted to this package. * See {@link #isNotificationPolicyAccessGranted}. */ public Map<String, AutomaticZenRule> getAutomaticZenRules() { Loading @@ -1053,7 +1053,7 @@ public class NotificationManager { * Returns the AutomaticZenRule with the given id, if it exists and the caller has access. * * <p> * Throws a SecurityException if policy access is granted to this package. * Throws a SecurityException if policy access is not granted to this package. * See {@link #isNotificationPolicyAccessGranted}. * * <p> Loading @@ -1073,7 +1073,7 @@ public class NotificationManager { * Creates the given zen rule. * * <p> * Throws a SecurityException if policy access is granted to this package. * Throws a SecurityException if policy access is not granted to this package. * See {@link #isNotificationPolicyAccessGranted}. * * @param automaticZenRule the rule to create. Loading @@ -1092,7 +1092,7 @@ public class NotificationManager { * Updates the given zen rule. * * <p> * Throws a SecurityException if policy access is granted to this package. * Throws a SecurityException if policy access is not granted to this package. * See {@link #isNotificationPolicyAccessGranted}. * * <p> Loading Loading @@ -1134,7 +1134,7 @@ public class NotificationManager { * Deletes the automatic zen rule with the given id. * * <p> * Throws a SecurityException if policy access is granted to this package. * Throws a SecurityException if policy access is not granted to this package. * See {@link #isNotificationPolicyAccessGranted}. * * <p> Loading