Esempio n. 1
0
 /**
  * Implementation of initiation automatic sync. Subclasses should override this method; the above
  * method takes care of calling it in the correct way
  */
 protected void initiateAutomaticSyncImpl() {
   if (isCurrentTaskListFragment()) syncActionHelper.initiateAutomaticSync(filter);
 }
Esempio n. 2
0
 /**
  * Implementation of initiation automatic sync. Subclasses should override this method; the above
  * method takes care of calling it in the correct way
  */
 protected void initiateAutomaticSyncImpl() {
   if (isCurrentTaskListFragment() && isInbox) {
     syncActionHelper.initiateAutomaticSync();
   }
 }