/** @hide */
 public void reportFailedPasswordAttempt() {
   if (mService != null) {
     try {
       mService.reportFailedPasswordAttempt();
     } catch (RemoteException e) {
       Log.w(TAG, "Failed talking with device policy service", e);
     }
   }
 }