Searched refs:allowRepeatCallers (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | ZenModeConfigTest.java | 212 config.allowRepeatCallers = false; in getMutedNotificationsConfig() 230 config.allowRepeatCallers = true; in getCustomConfig() 249 config.allowRepeatCallers = false; in getMutedAllConfig()
|
D | ZenModeHelperTest.java | 455 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()
|
D | ZenPolicyTest.java | 329 builder.allowRepeatCallers(true); in testAllowRepeatCallers() 335 builder.allowRepeatCallers(false); in testAllowRepeatCallers()
|
/frameworks/base/core/java/android/service/notification/ |
D | ZenModeConfig.java | 167 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 …]
|
D | ZenPolicy.java | 534 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/ |
D | ZenModeFiltering.java | 94 if (consolidatedPolicy.allowRepeatCallers() in matchesCallFilter() 160 if (policy.allowRepeatCallers() in shouldIntercept()
|
D | ZenModeHelper.java | 659 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/ |
D | NotificationManager.java | 1893 public boolean allowRepeatCallers() { in allowRepeatCallers() method in NotificationManager.Policy
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 1958 HSPLandroid/app/NotificationManager$Policy;->allowRepeatCallers()Z
|
D | hiddenapi-greylist-max-o.txt | 68390 Landroid/service/notification/ZenModeConfig;->allowRepeatCallers:Z
|
/frameworks/base/api/ |
D | current.txt | 41643 … method @NonNull public android.service.notification.ZenPolicy.Builder allowRepeatCallers(boolean);
|