public void onBootCompleted() {
   if (mKeyguardService != null) {
     mKeyguardService.onBootCompleted();
     sendStateChangeBroadcast(true);
   }
   mKeyguardState.bootCompleted = true;
 }
 public void onBootCompleted() {
   if (mKeyguardService != null) {
     mKeyguardService.onBootCompleted();
   }
   mKeyguardState.bootCompleted = true;
 }