Searched refs:removeAutomaticZenRule (Results 1 – 8 of 8) sorted by relevance
/aosp14/frameworks/base/core/java/android/app/ |
H A D | INotificationManager.aidl | 216 boolean removeAutomaticZenRule(String id); in removeAutomaticZenRule() method
|
H A D | NotificationManager.java | 1340 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 D | ZenModeHelperTest.java | 1008 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 D | ZenModeHelper.java | 424 public boolean removeAutomaticZenRule(String id, String reason, int callingUid, in removeAutomaticZenRule() method in ZenModeHelper
|
H A D | NotificationManagerService.java | 5140 public boolean removeAutomaticZenRule(String id) throws RemoteException { 5145 return mZenModeHelper.removeAutomaticZenRule(id, "removeAutomaticZenRule",
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 6478 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 D | current.txt | 6826 method public boolean removeAutomaticZenRule(String);
|