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

  /frameworks/base/core/java/android/service/notification/
ZenModeConfig.java 127 public boolean allowRepeatCallers = DEFAULT_ALLOW_REPEAT_CALLERS;
144 allowRepeatCallers = source.readInt() == 1;
169 dest.writeInt(allowRepeatCallers ? 1 : 0);
200 .append(",allowRepeatCallers=").append(allowRepeatCallers)
224 if (allowRepeatCallers != to.allowRepeatCallers) {
225 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)) {
130 if (config.allowRepeatCallers
ZenModeHelper.java 601 config.allowRepeatCallers, config.allowMessages,
823 final boolean muteCalls = zen && !mConfig.allowCalls && !mConfig.allowRepeatCallers
    [all...]

Completed in 74 milliseconds