HomeSort by relevance Sort by last modified time
    Searched refs:allowRepeatCallers (Results 1 - 4 of 4) sorted by null

  /platform_testing/tests/functional/settingstests/src/com/android/settings/functional/
SoundSettingsTest.java 106 assertFalse(baseZenCfg.allowRepeatCallers == changedCfg.allowRepeatCallers);
115 assertTrue(baseZenCfg.allowRepeatCallers == changedCfg.allowRepeatCallers);
  /frameworks/base/core/java/android/service/notification/
ZenModeConfig.java 123 public boolean allowRepeatCallers = DEFAULT_ALLOW_REPEAT_CALLERS;
140 allowRepeatCallers = source.readInt() == 1;
165 dest.writeInt(allowRepeatCallers ? 1 : 0);
196 .append(",allowRepeatCallers=").append(allowRepeatCallers)
220 if (allowRepeatCallers != to.allowRepeatCallers) {
221 d.addLine("allowRepeatCallers", allowRepeatCallers, to.allowRepeatCallers);
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
ZenModeFiltering.java 84 if (config.allowRepeatCallers && REPEAT_CALLERS.isRepeat(context, extras)) return true;
127 if (config.allowRepeatCallers
ZenModeHelper.java 514 config.allowRepeatCallers, config.allowMessages,
731 final boolean muteCalls = zen && !mConfig.allowCalls && !mConfig.allowRepeatCallers
    [all...]

Completed in 1015 milliseconds