Searched refs:allowEvents (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | ZenModeConfigTest.java | 84 .allowEvents(true) in testZenPolicyToNotificationPolicy() 215 config.allowEvents = false; in getMutedNotificationsConfig() 233 config.allowEvents = false; in getCustomConfig() 252 config.allowEvents = false; in getMutedAllConfig()
|
D | ZenModeHelperTest.java | 454 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()
|
D | ZenPolicyTest.java | 236 builder.allowEvents(true); in testAllowEvents() 242 builder.allowEvents(false); in testAllowEvents()
|
/frameworks/base/core/java/android/service/notification/ |
D | ZenModeConfig.java | 170 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 …]
|
D | ZenPolicy.java | 475 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/ |
D | ZenModeFiltering.java | 179 if (!policy.allowEvents()) { in shouldIntercept()
|
D | ZenModeHelper.java | 661 config.allowEvents, config.allowReminders); in dump()
|
/frameworks/base/core/java/android/app/ |
D | NotificationManager.java | 1927 public boolean allowEvents() { in allowEvents() method in NotificationManager.Policy
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 42079 method @NonNull public android.service.notification.ZenPolicy.Builder allowEvents(boolean);
|
/frameworks/base/api/ |
D | current.txt | 42223 method @NonNull public android.service.notification.ZenPolicy.Builder allowEvents(boolean);
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 63814 Landroid/service/notification/ZenModeConfig;->allowEvents:Z
|