Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotificationManager.java1472 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()
DINotificationManager.aidl227 boolean removeAutomaticZenRule(String id, boolean fromUser); in removeAutomaticZenRule() method
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenModeHelperTest.java1343 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 …]
DNotificationManagerServiceTest.java9932 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/
DZenModeHelper.java790 boolean removeAutomaticZenRule(String id, @ConfigChangeOrigin int origin, String reason, in removeAutomaticZenRule() method in ZenModeHelper
DNotificationManagerService.java5617 public boolean removeAutomaticZenRule(String id, boolean fromUser) throws RemoteException {
5623 return mZenModeHelper.removeAutomaticZenRule(id, computeZenOrigin(fromUser),
/frameworks/base/core/api/
Dtest-current.txt396 …method @FlaggedApi("android.app.modes_api") public boolean removeAutomaticZenRule(@NonNull String,…
Dcurrent.txt7038 method public boolean removeAutomaticZenRule(String);
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt6478 Landroid/app/INotificationManager$Stub$Proxy;->removeAutomaticZenRule(Ljava/lang/String;)Z
6665 Landroid/app/INotificationManager;->removeAutomaticZenRule(Ljava/lang/String;)Z