Uses of Class
es.cesar.quitesleep.dialogs.SyncContactsDialog

Packages that use SyncContactsDialog
es.cesar.quitesleep.syncData   
 

Uses of SyncContactsDialog in es.cesar.quitesleep.syncData
 

Methods in es.cesar.quitesleep.syncData that return SyncContactsDialog
 SyncContactsDialog SyncContactsRefresh.getSyncDialog()
           
 SyncContactsDialog SyncContactsNew.getSyncDialog()
           
 

Methods in es.cesar.quitesleep.syncData with parameters of type SyncContactsDialog
 void SyncContactsRefresh.setSyncDialog(SyncContactsDialog syncDialog)
           
 void SyncContactsNew.setSyncDialog(SyncContactsDialog syncDialog)
           
 

Constructors in es.cesar.quitesleep.syncData with parameters of type SyncContactsDialog
SyncContactsNew(Context context, SyncContactsDialog syncDialog, Handler handler)
          Constructor with all the three obligatory params for run the synchronization use for the first time running the application (empty db4o database contacts data) or for any other synchronization.
SyncContactsRefresh(Context context, SyncContactsDialog syncDialog)
          Constructor with all the three obligatory params for run the synchronization use for the first time running the application (empty db4o database contacts data) or for any other synchronization.