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

  /frameworks/base/core/java/android/service/notification/
ZenModeConfig.java 129 public boolean allowReminders = DEFAULT_ALLOW_REMINDERS;
146 allowReminders = source.readInt() == 1;
171 dest.writeInt(allowReminders ? 1 : 0);
204 .append(",allowReminders=").append(allowReminders)
236 if (allowReminders != to.allowReminders) {
237 d.addLine("allowReminders", allowReminders, to.allowReminders);
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
ZenModeFiltering.java 156 if (!config.allowReminders) {
157 ZenLog.traceIntercepted(record, "!allowReminders");
ZenModeHelper.java 603 config.allowEvents, config.allowReminders, config.allowWhenScreenOff,
    [all...]

Completed in 82 milliseconds