Searched refs:removeAutomaticZenRule (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | NotificationManager.java | 1472 public boolean removeAutomaticZenRule(String id) { in removeAutomaticZenRule() method in NotificationManager 1473 return removeAutomaticZenRule(id, /* fromUser= */ false); in removeAutomaticZenRule() 1479 public boolean removeAutomaticZenRule(@NonNull String id, boolean fromUser) { in removeAutomaticZenRule() method in NotificationManager 1482 return service.removeAutomaticZenRule(id, fromUser); in removeAutomaticZenRule()
|
D | INotificationManager.aidl | 227 boolean removeAutomaticZenRule(String id, boolean fromUser); in removeAutomaticZenRule() method
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | ZenModeHelperTest.java | 1343 mZenModeHelper.removeAutomaticZenRule(CUSTOM_RULE_ID, UPDATE_ORIGIN_APP, "test", in ruleUidAutomaticZenRuleRemovedUpdatesCache() 2521 mZenModeHelper.removeAutomaticZenRule(id, UPDATE_ORIGIN_APP, "test", CUSTOM_PKG_UID); in testRemoveAutomaticZenRule_nullPkg() 3131 mZenModeHelper.removeAutomaticZenRule(systemId, in testZenModeEventLog_automaticRules() 5031 mZenModeHelper.removeAutomaticZenRule(ruleId, UPDATE_ORIGIN_USER, "remove", in removeAutomaticZenRule_propagatesOriginToEffectsApplier() 5218 mZenModeHelper.removeAutomaticZenRule(ruleId, UPDATE_ORIGIN_APP, "delete it", in removeAndAddAutomaticZenRule_wasCustomized_isRestored() 5265 mZenModeHelper.removeAutomaticZenRule(ruleId, UPDATE_ORIGIN_APP, "delete it", in removeAndAddAutomaticZenRule_wasNotCustomized_isNotRestored() 5306 mZenModeHelper.removeAutomaticZenRule(ruleId, UPDATE_ORIGIN_APP, "delete it", in removeAndAddAutomaticZenRule_recreatedButNotByApp_isNotRestored() 5354 mZenModeHelper.removeAutomaticZenRule(ruleId, UPDATE_ORIGIN_USER, "delete it", in removeAndAddAutomaticZenRule_removedByUser_isNotRestored() 5397 mZenModeHelper.removeAutomaticZenRule(id1, UPDATE_ORIGIN_APP, "begone", CUSTOM_PKG_UID); in removeAutomaticZenRule_preservedForRestoringByPackageAndConditionId() 5398 mZenModeHelper.removeAutomaticZenRule(id2, UPDATE_ORIGIN_APP, "begone", CUSTOM_PKG_UID); in removeAutomaticZenRule_preservedForRestoringByPackageAndConditionId() [all …]
|
D | NotificationManagerServiceTest.java | 9932 mBinderService.removeAutomaticZenRule("id", /* fromUser= */ true); in removeAutomaticZenRule_fromUserFromSystem_allowed() 9934 verify(zenModeHelper).removeAutomaticZenRule(eq("id"), in removeAutomaticZenRule_fromUserFromSystem_allowed() 9945 mBinderService.removeAutomaticZenRule("id", /* fromUser= */ true)); in removeAutomaticZenRule_fromUserFromApp_blocked()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | ZenModeHelper.java | 790 boolean removeAutomaticZenRule(String id, @ConfigChangeOrigin int origin, String reason, in removeAutomaticZenRule() method in ZenModeHelper
|
D | NotificationManagerService.java | 5617 public boolean removeAutomaticZenRule(String id, boolean fromUser) throws RemoteException { 5623 return mZenModeHelper.removeAutomaticZenRule(id, computeZenOrigin(fromUser),
|
/frameworks/base/core/api/ |
D | test-current.txt | 396 …method @FlaggedApi("android.app.modes_api") public boolean removeAutomaticZenRule(@NonNull String,…
|
D | current.txt | 7038 method public boolean removeAutomaticZenRule(String);
|
/frameworks/base/boot/hiddenapi/ |
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
|