Home
last modified time | relevance | path

Searched refs:allowWhenScreenOn (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/service/notification/
DZenModeConfig.java135 public boolean allowWhenScreenOn = DEFAULT_ALLOW_SCREEN_ON; field in ZenModeConfig
163 allowWhenScreenOn = source.readInt() == 1; in ZenModeConfig()
192 dest.writeInt(allowWhenScreenOn ? 1 : 0); in writeToParcel()
207 .append(",allowWhenScreenOn=").append(allowWhenScreenOn) in toString()
245 if (allowWhenScreenOn != to.allowWhenScreenOn) { in diff()
246 d.addLine("allowWhenScreenOn", allowWhenScreenOn, to.allowWhenScreenOn); in diff()
346 && other.allowWhenScreenOn == allowWhenScreenOn in equals()
356 allowWhenScreenOn, in hashCode()
439 rt.allowWhenScreenOn = in readXml()
470 out.attribute(null, ALLOW_ATT_SCREEN_ON, Boolean.toString(allowWhenScreenOn)); in writeXml()
[all …]
/frameworks/base/services/core/java/com/android/server/notification/
DZenModeHelper.java173 return !mConfig.allowWhenScreenOn; in shouldSuppressWhenScreenOn()
542 config.allowWhenScreenOn); in dump()