Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/zen/
H A DZenRuleRepeatCallersPreferenceControllerTest.java86 .allowRepeatCallers(false) in updateState_Priority_anyCallers()
98 .allowRepeatCallers(false) in onPreferenceChanged_EnableRepeatCallers()
104 .allowRepeatCallers(true) in onPreferenceChanged_EnableRepeatCallers()
113 .allowRepeatCallers(true) in onPreferenceChanged_DisableRepeatCallers()
119 .allowRepeatCallers(false) in onPreferenceChanged_DisableRepeatCallers()
/aosp12/packages/apps/Settings/src/com/android/settings/notification/zen/
H A DZenModeRepeatCallersPreferenceController.java93 final boolean allowRepeatCallers = (Boolean) newValue; in onPreferenceChange()
95 Log.d(TAG, "onPrefChange allowRepeatCallers=" + allowRepeatCallers); in onPreferenceChange()
98 SettingsEnums.ACTION_ZEN_ALLOW_REPEAT_CALLS, allowRepeatCallers); in onPreferenceChange()
99 mBackend.saveSoundPolicy(Policy.PRIORITY_CATEGORY_REPEAT_CALLERS, allowRepeatCallers); in onPreferenceChange()
H A DZenRuleRepeatCallersPreferenceController.java81 .allowRepeatCallers(allow) in onPreferenceChange()
H A DZenModeBackend.java407 .allowRepeatCallers(mPolicy.allowRepeatCallers()) in setDefaultZenPolicy()
/aosp12/frameworks/base/core/java/android/service/notification/
H A DZenModeConfig.java180 public boolean allowRepeatCallers = DEFAULT_ALLOW_REPEAT_CALLERS; field in ZenModeConfig
202 allowRepeatCallers = source.readInt() == 1; in ZenModeConfig()
232 dest.writeInt(allowRepeatCallers ? 1 : 0); in writeToParcel()
331 if (allowRepeatCallers != to.allowRepeatCallers) { in diff()
332 d.addLine("allowRepeatCallers", allowRepeatCallers, to.allowRepeatCallers); in diff()
446 && other.allowRepeatCallers == allowRepeatCallers in equals()
464 allowRepeatCallers, allowMessages, in hashCode()
977 .allowRepeatCallers(allowRepeatCallers) in toZenPolicy()
1194 if (allowRepeatCallers) { in toNotificationPolicy()
2051 boolean allowRepeatCallers = (policy.priorityCategories in areAllPriorityOnlyRingerSoundsMuted()
[all …]
H A DZenPolicy.java619 public @NonNull Builder allowRepeatCallers(boolean allow) { in allowRepeatCallers() method in ZenPolicy.Builder
679 allowRepeatCallers(allow); in allowCategory()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/conditional/
H A DDndConditionalCardControllerTest.java100 config.allowRepeatCallers = true; in getCustomConfig()
118 config.allowRepeatCallers = false; in getMutedAllConfig()
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DZenModeConfigTest.java321 config.allowRepeatCallers = false; in getMutedRingerConfig()
339 config.allowRepeatCallers = true; in getCustomConfig()
360 config.allowRepeatCallers = false; in getMutedAllConfig()
H A DZenModeHelperTest.java584 mZenModeHelperSpy.mConfig.allowRepeatCallers = false; in testZenSetInternalRinger_AllPriorityNotificationSoundsMuted()
644 mZenModeHelperSpy.mConfig.allowRepeatCallers = false; in testRingerAffectedStreamsPriorityOnly()
831 mZenModeHelperSpy.mConfig.allowRepeatCallers = true; in testParcelConfig()
855 mZenModeHelperSpy.mConfig.allowRepeatCallers = true; in testWriteXml()
1105 .allowRepeatCallers(false) in testWriteXmlWithZenPolicy()
1463 .allowRepeatCallers(false) in testReadXmlDefaultRulesExist()
1813 mZenModeHelperSpy.mConfig.allowRepeatCallers= true; in setupZenConfig()
1827 assertTrue(mZenModeHelperSpy.mConfig.allowRepeatCallers); in setupZenConfigMaintained()
H A DZenPolicyTest.java350 builder.allowRepeatCallers(true); in testAllowRepeatCallers()
357 builder.allowRepeatCallers(false); in testAllowRepeatCallers()
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DZenModeFiltering.java95 if (consolidatedPolicy.allowRepeatCallers() in matchesCallFilter()
204 if (policy.allowRepeatCallers() in shouldIntercept()
H A DZenModeHelper.java709 config.allowRepeatCallers, config.allowMessages, in dump()
1052 final boolean allowRepeatCallers = mConsolidatedPolicy.allowRepeatCallers(); in applyRestrictions()
1062 || (zenPriorityOnly && !(allowCalls || allowRepeatCallers)) in applyRestrictions()
/aosp12/frameworks/base/core/java/android/app/
H A DNotificationManager.java2383 public boolean allowRepeatCallers() { in allowRepeatCallers() method in NotificationManager.Policy
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt38827 … method @NonNull public android.service.notification.ZenPolicy.Builder allowRepeatCallers(boolean);
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt53230 Landroid/service/notification/ZenModeConfig;->allowRepeatCallers:Z