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

  /packages/apps/Settings/src/com/android/settings/notification/
ZenModePrioritySettings.java 119 final boolean allowCalls = val != SOURCE_NONE;
122 if (DEBUG) Log.d(TAG, "onPrefChange allowCalls=" + allowCalls
124 savePolicy(getNewPriorityCategories(allowCalls, Policy.PRIORITY_CATEGORY_CALLS),
  /frameworks/base/core/java/android/service/notification/
ZenModeConfig.java 126 public boolean allowCalls = DEFAULT_ALLOW_CALLS;
143 allowCalls = source.readInt() == 1;
168 dest.writeInt(allowCalls ? 1 : 0);
199 .append(",allowCalls=").append(allowCalls)
221 if (allowCalls != to.allowCalls) {
222 d.addLine("allowCalls", allowCalls, to.allowCalls);
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
ZenModeFiltering.java 87 if (!config.allowCalls) return false; // no other calls get through
135 if (!config.allowCalls) {
136 ZenLog.traceIntercepted(record, "!allowCalls");
ZenModeHelper.java 600 config.allowCalls, ZenModeConfig.sourceToString(config.allowCallsFrom),
823 final boolean muteCalls = zen && !mConfig.allowCalls && !mConfig.allowRepeatCallers
    [all...]

Completed in 257 milliseconds