Home
last modified time | relevance | path

Searched refs:removeAutomaticZenRule (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/app/
DINotificationManager.aidl133 boolean removeAutomaticZenRule(String id); in removeAutomaticZenRule() method
DNotificationManager.java701 public boolean removeAutomaticZenRule(String id) { in removeAutomaticZenRule() method in NotificationManager
704 return service.removeAutomaticZenRule(id); in removeAutomaticZenRule()
/frameworks/base/services/core/java/com/android/server/notification/
DZenModeHelper.java348 public boolean removeAutomaticZenRule(String id, String reason) { in removeAutomaticZenRule() method in ZenModeHelper
DNotificationManagerService.java2373 public boolean removeAutomaticZenRule(String id) throws RemoteException {
2378 return mZenModeHelper.removeAutomaticZenRule(id, "removeAutomaticZenRule");
/frameworks/base/api/
Dcurrent.txt5598 method public boolean removeAutomaticZenRule(java.lang.String);
Dsystem-current.txt5804 method public boolean removeAutomaticZenRule(java.lang.String);