@Override
 public void setSyncAutomatically(Account account, String authority, boolean sync) {
   mSetSyncAutomaticallyCalls++;
   super.setSyncAutomatically(account, authority, sync);
 }