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

  /frameworks/base/core/java/android/service/notification/
ZenModeConfig.java 134 public boolean allowWhenScreenOff = DEFAULT_ALLOW_SCREEN_OFF;
162 allowWhenScreenOff = source.readInt() == 1;
191 dest.writeInt(allowWhenScreenOff ? 1 : 0);
206 .append(",allowWhenScreenOff=").append(allowWhenScreenOff)
242 if (allowWhenScreenOff != to.allowWhenScreenOff) {
243 d.addLine("allowWhenScreenOff", allowWhenScreenOff, to.allowWhenScreenOff);
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
ZenModeHelper.java 179 return !mConfig.allowWhenScreenOff;
603 config.allowEvents, config.allowReminders, config.allowWhenScreenOff,
    [all...]

Completed in 238 milliseconds