Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DINotificationManager.aidl216 boolean removeAutomaticZenRule(String id); in removeAutomaticZenRule() method
H A DNotificationManager.java1340 public boolean removeAutomaticZenRule(String id) { in removeAutomaticZenRule() method in NotificationManager
1343 return service.removeAutomaticZenRule(id); in removeAutomaticZenRule()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DZenModeHelperTest.java1008 mZenModeHelper.removeAutomaticZenRule(CUSTOM_RULE_ID, "test", CUSTOM_PKG_UID, false); in ruleUidAutomaticZenRuleRemovedUpdatesCache()
1857 mZenModeHelper.removeAutomaticZenRule(id, "test", CUSTOM_PKG_UID, false); in testRemoveAutomaticZenRule_nullPkg()
2048 mZenModeHelper.removeAutomaticZenRule(systemId, "", Process.SYSTEM_UID, true); in testZenModeEventLog_automaticRules()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DZenModeHelper.java424 public boolean removeAutomaticZenRule(String id, String reason, int callingUid, in removeAutomaticZenRule() method in ZenModeHelper
H A DNotificationManagerService.java5140 public boolean removeAutomaticZenRule(String id) throws RemoteException {
5145 return mZenModeHelper.removeAutomaticZenRule(id, "removeAutomaticZenRule",
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt6478 Landroid/app/INotificationManager$Stub$Proxy;->removeAutomaticZenRule(Ljava/lang/String;)Z
6665 Landroid/app/INotificationManager;->removeAutomaticZenRule(Ljava/lang/String;)Z
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt6826 method public boolean removeAutomaticZenRule(String);