Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DINotificationManager.aidl105 boolean removeAutomaticZenRule(String id); in removeAutomaticZenRule() method
DNotificationManager.java560 public boolean removeAutomaticZenRule(String id) { in removeAutomaticZenRule() method in NotificationManager
563 return service.removeAutomaticZenRule(id); in removeAutomaticZenRule()
/frameworks/base/services/core/java/com/android/server/notification/
DZenModeHelper.java344 public boolean removeAutomaticZenRule(String id, String reason) { in removeAutomaticZenRule() method in ZenModeHelper
DNotificationManagerService.java1905 public boolean removeAutomaticZenRule(String id) throws RemoteException {
1910 return mZenModeHelper.removeAutomaticZenRule(id, "removeAutomaticZenRule");
/frameworks/base/api/
Dcurrent.txt5305 method public boolean removeAutomaticZenRule(java.lang.String);
Dsystem-current.txt5462 method public boolean removeAutomaticZenRule(java.lang.String);
Dtest-current.txt5308 method public boolean removeAutomaticZenRule(java.lang.String);