Searched refs:allowWhenScreenOn (Results 1 – 2 of 2) sorted by relevance
135 public boolean allowWhenScreenOn = DEFAULT_ALLOW_SCREEN_ON; field in ZenModeConfig163 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 …]
173 return !mConfig.allowWhenScreenOn; in shouldSuppressWhenScreenOn()542 config.allowWhenScreenOn); in dump()