public void onDreamingStopped() {
   if (mKeyguardService != null) {
     mKeyguardService.onDreamingStopped();
   }
   mKeyguardState.dreaming = false;
 }