Home
last modified time | relevance | path

Searched defs:removeAutomaticZenRules (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/
H A DShadowNotificationManager.java80 protected void removeAutomaticZenRules(String packageName) { in removeAutomaticZenRules() method in ShadowNotificationManager
/aosp12/frameworks/base/core/java/android/app/
H A DNotificationManager.java1305 public boolean removeAutomaticZenRules(String packageName) { in removeAutomaticZenRules() method in NotificationManager
H A DINotificationManager.aidl213 boolean removeAutomaticZenRules(String packageName); in removeAutomaticZenRules() method
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DZenModeHelper.java415 public boolean removeAutomaticZenRules(String packageName, String reason) { in removeAutomaticZenRules() method in ZenModeHelper