Searched refs:dreaming (Results 1 – 5 of 5) sorted by relevance
70 boolean dreaming; field in KeyguardServiceDelegate.KeyguardState284 mKeyguardState.dreaming = true; in onDreamingStarted()291 mKeyguardState.dreaming = false; in onDreamingStopped()434 pw.println(prefix + "dreaming=" + mKeyguardState.dreaming); in dump()
60 // start dreaming or go to sleep.62 // The device is dreaming. It can be awoken by a call to wakeUp(), which
298 public void onDreamingStateChanged(boolean dreaming) { } in onDreamingStateChanged() argument
119 // the dreaming or dozing state. Indicates whether a new dream should begin.253 // Minimum battery level to allow dreaming when powered.256 // Minimum battery level to allow dreaming when not powered.
569 public void onDreamingStateChanged(boolean dreaming) {570 if (dreaming) {