Home
last modified time | relevance | path

Searched refs:allowCalls (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/zen/
DZenRuleRepeatCallersPreferenceControllerTest.java85 .allowCalls(ZenPolicy.PEOPLE_TYPE_ANYONE) in updateState_Priority_anyCallers()
97 .allowCalls(ZenPolicy.PEOPLE_TYPE_CONTACTS) in onPreferenceChanged_EnableRepeatCallers()
103 .allowCalls(ZenPolicy.PEOPLE_TYPE_CONTACTS) in onPreferenceChanged_EnableRepeatCallers()
112 .allowCalls(ZenPolicy.PEOPLE_TYPE_CONTACTS) in onPreferenceChanged_DisableRepeatCallers()
118 .allowCalls(ZenPolicy.PEOPLE_TYPE_CONTACTS) in onPreferenceChanged_DisableRepeatCallers()
DZenRuleStarredContactsPreferenceControllerTest.java109 .allowCalls(ZenPolicy.PEOPLE_TYPE_NONE) in isAvailable_noCallers()
118 .allowCalls(ZenPolicy.PEOPLE_TYPE_ANYONE) in isAvailable_anyCallers()
128 .allowCalls(ZenPolicy.PEOPLE_TYPE_STARRED) in isAvailable_starredCallers()
/packages/apps/Settings/src/com/android/settings/notification/zen/
DZenRuleCallsPreferenceController.java51 int allowCalls = ZenModeBackend.getZenPolicySettingFromPrefKey( in onPreferenceChange() local
54 Pair.create(MetricsProto.MetricsEvent.FIELD_ZEN_TOGGLE_EXCEPTION, allowCalls), in onPreferenceChange()
57 .allowCalls(allowCalls) in onPreferenceChange()
DZenModeBackend.java376 if (mPolicy.allowCalls()) { in setDefaultZenPolicy()
399 .allowCalls(calls) in setDefaultZenPolicy()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DZenRuleCallsPreferenceController.java51 int allowCalls = ZenModeBackend.getZenPolicySettingFromPrefKey( in onPreferenceChange() local
54 Pair.create(MetricsProto.MetricsEvent.FIELD_ZEN_TOGGLE_EXCEPTION, allowCalls), in onPreferenceChange()
57 .allowCalls(allowCalls) in onPreferenceChange()
DZenModeBackend.java388 if (mPolicy.allowCalls()) { in setDefaultZenPolicy()
403 .allowCalls(calls) in setDefaultZenPolicy()
/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/conditional/
DDndConditionalCardControllerTest.java99 config.allowCalls = true; in getCustomConfig()
117 config.allowCalls = false; in getMutedAllConfig()