Searched refs:allowReminders (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | ZenModeConfigTest.java | 58 config.allowReminders = true; in testPriorityOnlyMutingAllNotifications() 60 config.allowReminders = false; in testPriorityOnlyMutingAllNotifications() 83 .allowReminders(true) in testZenPolicyToNotificationPolicy() 112 config.allowReminders = true; in testPriorityOnlyMutingAll() 115 config.allowReminders = false; in testPriorityOnlyMutingAll() 214 config.allowReminders = false; in getMutedNotificationsConfig() 232 config.allowReminders = false; in getCustomConfig() 251 config.allowReminders = false; in getMutedAllConfig()
|
D | ZenPolicyTest.java | 40 builder.allowReminders(false); in testZenPolicyApplyAllowedToDisallowed() 46 builder.allowReminders(true); in testZenPolicyApplyAllowedToDisallowed() 68 builder.allowReminders(true); in testZenPolicyApplyAllowedToUnset() 85 builder.allowReminders(false); in testZenPolicyApplyDisallowedToUnset() 100 builder.allowReminders(true); in testZenPolicyApplyDisallowedToAllowed() 104 builder.allowReminders(false); in testZenPolicyApplyDisallowedToAllowed() 118 builder.allowReminders(true); in testZenPolicyApplyUnsetToAllowed() 219 builder.allowReminders(true); in testAllowReminders() 225 builder.allowReminders(false); in testAllowReminders()
|
D | ZenModeHelperTest.java | 451 mZenModeHelperSpy.mConfig.allowReminders = false; in testZenSetInternalRinger_AllPriorityNotificationSoundsMuted() 492 mZenModeHelperSpy.mConfig.allowReminders = true; in testRingerAffectedStreamsPriorityOnly() 508 mZenModeHelperSpy.mConfig.allowReminders = false; in testRingerAffectedStreamsPriorityOnly() 537 mZenModeHelperSpy.mConfig.allowReminders = true; in testZenSetInternalRinger_NotAllPriorityNotificationSoundsMuted_StartNormal() 562 mZenModeHelperSpy.mConfig.allowReminders = true; in testZenSetInternalRinger_NotAllPriorityNotificationSoundsMuted_StartSilent() 588 mZenModeHelperSpy.mConfig.allowReminders = true; in testZenSetInternalRinger_NotAllPriorityNotificationSoundsMuted_RingerChanges() 693 mZenModeHelperSpy.mConfig.allowReminders = true; in testParcelConfig() 715 mZenModeHelperSpy.mConfig.allowReminders = true; in testWriteXml() 835 .allowReminders(false) in testWriteXmlWithZenPolicy() 876 .allowReminders(true) in testReadXmlRestoreWithZenPolicy_forSystemUser() [all …]
|
/frameworks/base/core/java/android/service/notification/ |
D | ZenModeConfig.java | 169 public boolean allowReminders = DEFAULT_ALLOW_REMINDERS; field in ZenModeConfig 189 allowReminders = source.readInt() == 1; in ZenModeConfig() 217 dest.writeInt(allowReminders ? 1 : 0); in writeToParcel() 251 .append(",allowReminders=").append(allowReminders) in toString() 303 if (allowReminders != to.allowReminders) { in diff() 304 d.addLine("allowReminders", allowReminders, to.allowReminders); in diff() 428 && other.allowReminders == allowReminders in equals() 441 allowCallsFrom, allowMessagesFrom, allowReminders, allowEvents, in hashCode() 519 rt.allowReminders = safeBoolean(parser, ALLOW_ATT_REMINDERS, in readXml() 598 out.attribute(null, ALLOW_ATT_REMINDERS, Boolean.toString(allowReminders)); in writeXml() [all …]
|
D | ZenPolicy.java | 465 public @NonNull Builder allowReminders(boolean allow) { in allowReminders() method in ZenPolicy.Builder 589 allowReminders(allow); in allowCategory()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | ZenModeFiltering.java | 186 if (!policy.allowReminders()) { in shouldIntercept()
|
D | ZenModeHelper.java | 661 config.allowEvents, config.allowReminders); in dump()
|
/frameworks/base/core/java/android/app/ |
D | NotificationManager.java | 1932 public boolean allowReminders() { in allowReminders() method in NotificationManager.Policy
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 42082 method @NonNull public android.service.notification.ZenPolicy.Builder allowReminders(boolean);
|
/frameworks/base/api/ |
D | current.txt | 42226 method @NonNull public android.service.notification.ZenPolicy.Builder allowReminders(boolean);
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 63818 Landroid/service/notification/ZenModeConfig;->allowReminders:Z
|