/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/zen/ |
H A D | ZenRuleRepeatCallersPreferenceControllerTest.java | 86 .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 D | ZenModeRepeatCallersPreferenceController.java | 93 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 D | ZenRuleRepeatCallersPreferenceController.java | 81 .allowRepeatCallers(allow) in onPreferenceChange()
|
H A D | ZenModeBackend.java | 407 .allowRepeatCallers(mPolicy.allowRepeatCallers()) in setDefaultZenPolicy()
|
/aosp12/frameworks/base/core/java/android/service/notification/ |
H A D | ZenModeConfig.java | 180 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 D | ZenPolicy.java | 619 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 D | DndConditionalCardControllerTest.java | 100 config.allowRepeatCallers = true; in getCustomConfig() 118 config.allowRepeatCallers = false; in getMutedAllConfig()
|
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | ZenModeConfigTest.java | 321 config.allowRepeatCallers = false; in getMutedRingerConfig() 339 config.allowRepeatCallers = true; in getCustomConfig() 360 config.allowRepeatCallers = false; in getMutedAllConfig()
|
H A D | ZenModeHelperTest.java | 584 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 D | ZenPolicyTest.java | 350 builder.allowRepeatCallers(true); in testAllowRepeatCallers() 357 builder.allowRepeatCallers(false); in testAllowRepeatCallers()
|
/aosp12/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | ZenModeFiltering.java | 95 if (consolidatedPolicy.allowRepeatCallers() in matchesCallFilter() 204 if (policy.allowRepeatCallers() in shouldIntercept()
|
H A D | ZenModeHelper.java | 709 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 D | NotificationManager.java | 2383 public boolean allowRepeatCallers() { in allowRepeatCallers() method in NotificationManager.Policy
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 38827 … method @NonNull public android.service.notification.ZenPolicy.Builder allowRepeatCallers(boolean);
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 53230 Landroid/service/notification/ZenModeConfig;->allowRepeatCallers:Z
|