Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenModeConfigTest.java212 config.allowRepeatCallers = false; in getMutedNotificationsConfig()
230 config.allowRepeatCallers = true; in getCustomConfig()
249 config.allowRepeatCallers = false; in getMutedAllConfig()
DZenModeHelperTest.java455 mZenModeHelperSpy.mConfig.allowRepeatCallers= false; in testZenSetInternalRinger_AllPriorityNotificationSoundsMuted()
512 mZenModeHelperSpy.mConfig.allowRepeatCallers= false; in testRingerAffectedStreamsPriorityOnly()
697 mZenModeHelperSpy.mConfig.allowRepeatCallers= true; in testParcelConfig()
719 mZenModeHelperSpy.mConfig.allowRepeatCallers= true; in testWriteXml()
831 .allowRepeatCallers(false) in testWriteXmlWithZenPolicy()
1189 .allowRepeatCallers(false) in testReadXmlDefaultRulesExist()
1358 mZenModeHelperSpy.mConfig.allowRepeatCallers= true; in setupZenConfig()
1372 assertTrue(mZenModeHelperSpy.mConfig.allowRepeatCallers); in setupZenConfigMaintained()
DZenPolicyTest.java329 builder.allowRepeatCallers(true); in testAllowRepeatCallers()
335 builder.allowRepeatCallers(false); in testAllowRepeatCallers()
/frameworks/base/core/java/android/service/notification/
DZenModeConfig.java167 public boolean allowRepeatCallers = DEFAULT_ALLOW_REPEAT_CALLERS; field in ZenModeConfig
187 allowRepeatCallers = source.readInt() == 1; in ZenModeConfig()
215 dest.writeInt(allowRepeatCallers ? 1 : 0); in writeToParcel()
254 .append(",allowRepeatCallers=").append(allowRepeatCallers) in toString()
309 if (allowRepeatCallers != to.allowRepeatCallers) { in diff()
310 d.addLine("allowRepeatCallers", allowRepeatCallers, to.allowRepeatCallers); in diff()
424 && other.allowRepeatCallers == allowRepeatCallers in equals()
440 allowRepeatCallers, allowMessages, in hashCode()
515 rt.allowRepeatCallers = safeBoolean(parser, ALLOW_ATT_REPEAT_CALLERS, in readXml()
596 out.attribute(null, ALLOW_ATT_REPEAT_CALLERS, Boolean.toString(allowRepeatCallers)); in writeXml()
[all …]
DZenPolicy.java534 public @NonNull Builder allowRepeatCallers(boolean allow) { in allowRepeatCallers() method in ZenPolicy.Builder
595 allowRepeatCallers(allow); in allowCategory()
/frameworks/base/services/core/java/com/android/server/notification/
DZenModeFiltering.java94 if (consolidatedPolicy.allowRepeatCallers() in matchesCallFilter()
160 if (policy.allowRepeatCallers() in shouldIntercept()
DZenModeHelper.java659 config.allowRepeatCallers, config.allowMessages, in dump()
1001 final boolean allowRepeatCallers = mConsolidatedPolicy.allowRepeatCallers(); in applyRestrictions()
1011 || (zenPriorityOnly && !allowCalls && !allowRepeatCallers) in applyRestrictions()
/frameworks/base/core/java/android/app/
DNotificationManager.java1893 public boolean allowRepeatCallers() { in allowRepeatCallers() method in NotificationManager.Policy
/frameworks/base/config/
Dboot-image-profile.txt1958 HSPLandroid/app/NotificationManager$Policy;->allowRepeatCallers()Z
Dhiddenapi-greylist-max-o.txt68390 Landroid/service/notification/ZenModeConfig;->allowRepeatCallers:Z
/frameworks/base/api/
Dcurrent.txt41643 … method @NonNull public android.service.notification.ZenPolicy.Builder allowRepeatCallers(boolean);