Home
last modified time | relevance | path

Searched refs:allowEvents (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenModeConfigTest.java84 .allowEvents(true) in testZenPolicyToNotificationPolicy()
215 config.allowEvents = false; in getMutedNotificationsConfig()
233 config.allowEvents = false; in getCustomConfig()
252 config.allowEvents = false; in getMutedAllConfig()
DZenModeHelperTest.java454 mZenModeHelperSpy.mConfig.allowEvents = false; in testZenSetInternalRinger_AllPriorityNotificationSoundsMuted()
511 mZenModeHelperSpy.mConfig.allowEvents = false; in testRingerAffectedStreamsPriorityOnly()
696 mZenModeHelperSpy.mConfig.allowEvents = true; in testParcelConfig()
718 mZenModeHelperSpy.mConfig.allowEvents = true; in testWriteXml()
834 .allowEvents(true) in testWriteXmlWithZenPolicy()
1173 .allowEvents(true) in testReadXmlDefaultRulesExist()
1357 mZenModeHelperSpy.mConfig.allowEvents = true; in setupZenConfig()
1371 assertTrue(mZenModeHelperSpy.mConfig.allowEvents); in setupZenConfigMaintained()
DZenPolicyTest.java236 builder.allowEvents(true); in testAllowEvents()
242 builder.allowEvents(false); in testAllowEvents()
/frameworks/base/core/java/android/service/notification/
DZenModeConfig.java170 public boolean allowEvents = DEFAULT_ALLOW_EVENTS; field in ZenModeConfig
190 allowEvents = source.readInt() == 1; in ZenModeConfig()
218 dest.writeInt(allowEvents ? 1 : 0); in writeToParcel()
252 .append(",allowEvents=").append(allowEvents) in toString()
306 if (allowEvents != to.allowEvents) { in diff()
307 d.addLine("allowEvents", allowEvents, to.allowEvents); in diff()
429 && other.allowEvents == allowEvents in equals()
441 allowCallsFrom, allowMessagesFrom, allowReminders, allowEvents, in hashCode()
521 rt.allowEvents = safeBoolean(parser, ALLOW_ATT_EVENTS, DEFAULT_ALLOW_EVENTS); in readXml()
599 out.attribute(null, ALLOW_ATT_EVENTS, Boolean.toString(allowEvents)); in writeXml()
[all …]
DZenPolicy.java475 public @NonNull Builder allowEvents(boolean allow) { in allowEvents() method in ZenPolicy.Builder
592 allowEvents(allow); in allowCategory()
/frameworks/base/services/core/java/com/android/server/notification/
DZenModeFiltering.java179 if (!policy.allowEvents()) { in shouldIntercept()
DZenModeHelper.java661 config.allowEvents, config.allowReminders); in dump()
/frameworks/base/core/java/android/app/
DNotificationManager.java1927 public boolean allowEvents() { in allowEvents() method in NotificationManager.Policy
/frameworks/base/non-updatable-api/
Dcurrent.txt42079 method @NonNull public android.service.notification.ZenPolicy.Builder allowEvents(boolean);
/frameworks/base/api/
Dcurrent.txt42223 method @NonNull public android.service.notification.ZenPolicy.Builder allowEvents(boolean);
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt63814 Landroid/service/notification/ZenModeConfig;->allowEvents:Z