Home
last modified time | relevance | path

Searched refs:allowCalls (Results 1 – 9 of 9) 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()
DZenRulePrioritySendersPreferenceControllerTest.java216 .allowCalls( in setCallSenders()
/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()
DZenRulePrioritySendersPreferenceController.java161 .allowCalls(
DZenModeBackend.java402 if (mPolicy.allowCalls()) { in setDefaultZenPolicy()
427 .allowCalls(calls) in setDefaultZenPolicy()
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/modes/
DZenModeRepeatCallersPreferenceControllerTest.java72 .allowCalls(PEOPLE_TYPE_ANYONE) in testUpdateState_allCalls()
93 .allowCalls(PEOPLE_TYPE_STARRED) in testUpdateState_someCalls()
DZenModesSummaryHelperTest.java76 .setZenPolicy(new ZenPolicy.Builder().allowCalls(PEOPLE_TYPE_CONTACTS).build()) in getPeopleSummary_some()
88 .setZenPolicy(new ZenPolicy.Builder().allowCalls(PEOPLE_TYPE_ANYONE). in getPeopleSummary_all()
/packages/apps/Settings/src/com/android/settings/notification/modes/
DZenModePrioritySendersPreferenceController.java439 policy.allowCalls(prioritySendersSetting);