public void onActivityDrawn() {
   if (mKeyguardService != null) {
     mKeyguardService.onActivityDrawn();
   }
 }