A B C D E F G H I J L M N O P Q R S T U V W

S

saveMailServiceState(boolean) - Static method in class es.cesar.quitesleep.operations.MailOperations
Function that save the mailService sending state, in both, the Settings object in the ddbb and the static variable for more fast access later.
saveMailSettings(String, String, String, String) - Static method in class es.cesar.quitesleep.operations.MailOperations
Function that save the mail settings into Settings object from the ddbb, if the Settings object doesn't exists we create it, and if it exists, update one.
saveSmsButtonId - Variable in class es.cesar.quitesleep.subactivities.SmsSettings
 
saveSmsSettings(String) - Static method in class es.cesar.quitesleep.operations.SmsOperations
Save the smsText body in the ddbb.
Schedule - Class in es.cesar.quitesleep.ddbb
 
Schedule() - Constructor for class es.cesar.quitesleep.ddbb.Schedule
Constructor without parameters
Schedule(Date, Date) - Constructor for class es.cesar.quitesleep.ddbb.Schedule
Constructor with the basic parameters
Schedule(Date, Date, String, String) - Constructor for class es.cesar.quitesleep.ddbb.Schedule
 
SCHEDULE - Static variable in class es.cesar.quitesleep.staticValues.DDBBValues
 
ScheduleTab - Class in es.cesar.quitesleep.activities
 
ScheduleTab() - Constructor for class es.cesar.quitesleep.activities.ScheduleTab
 
SDCARD_PATH - Static variable in interface es.cesar.quitesleep.interfaces.IDDBB
 
selectAllBannedContacts() - Method in class es.cesar.quitesleep.ddbb.Selects
Get all banned contacts from the database
selectAllCallLog() - Method in class es.cesar.quitesleep.ddbb.Selects
Select all CallLog objects from the ddbb
selectAllContactMailForContact(Contact) - Method in class es.cesar.quitesleep.ddbb.Selects
 
selectAllContactMailsForName(String) - Method in class es.cesar.quitesleep.ddbb.Selects
Get all mails from the selected contact
selectAllContactPhonesForName(String) - Method in class es.cesar.quitesleep.ddbb.Selects
Get all phones of the selected contact
selectAllContacts() - Method in class es.cesar.quitesleep.ddbb.Selects
Select all Contact objects from the DDBB and return it.
selectAllNotBannedContacts() - Method in class es.cesar.quitesleep.ddbb.Selects
Get all not banned contacts from the database
selectBannedContactForName(String) - Method in class es.cesar.quitesleep.ddbb.Selects
Get the banned object that match with the contactName passed.
selectBannedContactForPhoneNumber(String) - Method in class es.cesar.quitesleep.ddbb.Selects
Get the banned contact associate to the phone number passed to the function.
selectBlockCallConf() - Method in class es.cesar.quitesleep.ddbb.Selects
Select the BlockCallsConfig object in the ddbb, only must return one object.
selectContactForMail(String) - Method in class es.cesar.quitesleep.ddbb.Selects
Select Contact object match with the passed phoneNumber, search along all contact's phone numbers.
selectContactForName(String) - Method in class es.cesar.quitesleep.ddbb.Selects
Select one Contact that is the same with the name passed
selectContactForPhoneNumber(String) - Method in class es.cesar.quitesleep.ddbb.Selects
Select Contact object match with the passed phoneNumber, search along all contact's phone numbers.
selectMuteOrHangUp() - Method in class es.cesar.quitesleep.ddbb.Selects
This function gets a MuteOrHangUp object from the ddbb.
selectPhoneForPhoneNumber(String) - Method in class es.cesar.quitesleep.ddbb.Selects
Select the Phone object that contains the phoneNumber passed throw the param value.
selects - Variable in class es.cesar.quitesleep.ddbb.ClientDDBB
 
Selects - Class in es.cesar.quitesleep.ddbb
 
Selects(ObjectContainer) - Constructor for class es.cesar.quitesleep.ddbb.Selects
Constructor
selectSchedule() - Method in class es.cesar.quitesleep.ddbb.Selects
Get the (for the moment) the one Schedule object in the database.
selectSettings() - Method in class es.cesar.quitesleep.ddbb.Selects
Return the settings object only if is the one in the ddbb, else return null because have to be an error, only must be one Settings object in the ddbb.
SEMAPHORE - Static variable in interface es.cesar.quitesleep.interfaces.IDDBB
 
SendActionSMSReceiver - Class in es.cesar.quitesleep.receivers
 
SendActionSMSReceiver() - Constructor for class es.cesar.quitesleep.receivers.SendActionSMSReceiver
 
SendMail - Class in es.cesar.quitesleep.mailmessages
 
SendMail(String, String, String, String, String) - Constructor for class es.cesar.quitesleep.mailmessages.SendMail
Constructor with all parameters
SendMail(String, CallLog) - Constructor for class es.cesar.quitesleep.mailmessages.SendMail
Constructor empty
sendMail() - Method in class es.cesar.quitesleep.mailmessages.SendMail
Send an email to the receiver associated to the phone number who has been do the call.
sendSms() - Method in class es.cesar.quitesleep.smsmessages.SendSMSThread
Send one SMS message to the receiver
SendSMSService - Class in es.cesar.quitesleep.smsmessages
 
SendSMSService() - Constructor for class es.cesar.quitesleep.smsmessages.SendSMSService
Constructor without parameters
SendSMSService(String) - Constructor for class es.cesar.quitesleep.smsmessages.SendSMSService
Constructor with the phonenumber of the receiver sms
SendSMSThread - Class in es.cesar.quitesleep.smsmessages
 
SendSMSThread(String, CallLog) - Constructor for class es.cesar.quitesleep.smsmessages.SendSMSThread
Constructor with the phonenumber of the receiver sms
SENT_SMS_ACTION - Variable in class es.cesar.quitesleep.receivers.SendActionSMSReceiver
 
ServerDDBB - Class in es.cesar.quitesleep.ddbb
 
serviceToggleButtonId - Variable in class es.cesar.quitesleep.activities.SettingsTab
 
setAlertDialog(AlertDialog) - Method in class es.cesar.quitesleep.dialogs.WarningDialog
 
setAllEndTime(Date, String) - Method in class es.cesar.quitesleep.ddbb.Schedule
 
setAllStartTime(Date, String) - Method in class es.cesar.quitesleep.ddbb.Schedule
 
setArrayAdapter(<any>) - Method in class es.cesar.quitesleep.dialogs.WarningDialog
 
setArrayAdapter(<any>) - Method in class es.cesar.quitesleep.menus.AddAllMenu
 
setArrayAdapter(<any>) - Method in class es.cesar.quitesleep.menus.RefreshCallLogMenu
 
setArrayAdapter(<any>) - Method in class es.cesar.quitesleep.menus.RemoveAllMenu
 
setArrayAdapter(<any>) - Method in class es.cesar.quitesleep.menus.RemoveCallLogMenu
 
setBanned(boolean) - Method in class es.cesar.quitesleep.ddbb.Contact
 
setBlockAll(boolean) - Method in class es.cesar.quitesleep.ddbb.BlockCallsConf
 
setBlockBlockedContacts(boolean) - Method in class es.cesar.quitesleep.ddbb.BlockCallsConf
 
setBlockCallsConf(BlockCallsConf) - Static method in class es.cesar.quitesleep.staticValues.ConfigAppValues
 
setBlocked(boolean) - Method in class es.cesar.quitesleep.beans.BCBean
 
setBlockUnknown(boolean) - Method in class es.cesar.quitesleep.ddbb.BlockCallsConf
 
setBlockUnknownAndBlockedContacts(boolean) - Method in class es.cesar.quitesleep.ddbb.BlockCallsConf
 
setBody(String) - Method in class es.cesar.quitesleep.ddbb.Settings
 
setBody(String) - Method in class es.cesar.quitesleep.mailmessages.SendMail
 
setCallLog(CallLog) - Method in class es.cesar.quitesleep.mailmessages.SendMail
 
setCallLog(CallLog) - Method in class es.cesar.quitesleep.smsmessages.SendSMSThread
 
setClientDDBB(ObjectContainer) - Method in class es.cesar.quitesleep.ddbb.ClientDDBB
 
setContact(Contact) - Method in class es.cesar.quitesleep.ddbb.Banned
 
setContact(Contact) - Method in class es.cesar.quitesleep.ddbb.CallLog
 
setContact(Contact) - Method in class es.cesar.quitesleep.ddbb.Mail
 
setContact(Contact) - Method in class es.cesar.quitesleep.ddbb.Phone
 
setContactId(String) - Method in class es.cesar.quitesleep.ddbb.Contact
 
setContactMail(String) - Method in class es.cesar.quitesleep.ddbb.Mail
 
setContactName(String) - Method in class es.cesar.quitesleep.ddbb.Contact
 
setContactPhone(String) - Method in class es.cesar.quitesleep.ddbb.Phone
 
setContext(Context) - Method in class es.cesar.quitesleep.dialogs.WarningDialog
 
setContext(Context) - Static method in class es.cesar.quitesleep.staticValues.ConfigAppValues
 
setDeletes(Deletes) - Method in class es.cesar.quitesleep.ddbb.ClientDDBB
 
setEndFormatTime(String) - Method in class es.cesar.quitesleep.ddbb.Schedule
 
setEndTime(Date) - Method in class es.cesar.quitesleep.ddbb.Schedule
 
setEndTimeLabel(TextView) - Method in class es.cesar.quitesleep.dialogs.EndTimeDialog
 
setFriday(boolean) - Method in class es.cesar.quitesleep.ddbb.Schedule
 
setHandler(Handler) - Method in class es.cesar.quitesleep.dialogs.WarningDialog
 
setHandler(Handler) - Method in class es.cesar.quitesleep.syncData.SyncContactsNew
 
setHangUp(boolean) - Method in class es.cesar.quitesleep.ddbb.MuteOrHangUp
 
setId(String) - Method in class es.cesar.quitesleep.ddbb.Id
 
setIncomingCallNumber(String) - Method in class es.cesar.quitesleep.mailmessages.SendMail
 
setIncomingCallNumber(String) - Method in class es.cesar.quitesleep.operations.IncomingCallOperations
 
setIncomingCallNumber(String) - Method in class es.cesar.quitesleep.smsmessages.SendSMSService
 
setIncomingCallNumber(String) - Method in class es.cesar.quitesleep.smsmessages.SendSMSThread
 
setInsertContact(int) - Method in class es.cesar.quitesleep.syncData.SyncContactsNew
 
setInsertContact(int) - Method in class es.cesar.quitesleep.syncData.SyncContactsRefresh
 
setInserts(Inserts) - Method in class es.cesar.quitesleep.ddbb.ClientDDBB
 
setMailService(boolean) - Method in class es.cesar.quitesleep.ddbb.Settings
 
setMailServiceState(Boolean) - Static method in class es.cesar.quitesleep.staticValues.ConfigAppValues
 
setMessage(int) - Method in class es.cesar.quitesleep.dialogs.WarningDialog
 
setMessageDialog(String) - Method in class es.cesar.quitesleep.dialogs.SyncContactsDialog
 
setMinApiLevel(int) - Static method in class es.cesar.quitesleep.staticValues.ConfigAppValues
 
setMonday(boolean) - Method in class es.cesar.quitesleep.ddbb.Schedule
 
setMute(boolean) - Method in class es.cesar.quitesleep.ddbb.MuteOrHangUp
 
setMuteOrHangup(boolean) - Static method in class es.cesar.quitesleep.staticValues.ConfigAppValues
 
setNumOrder(int) - Method in class es.cesar.quitesleep.ddbb.CallLog
 
setNumSendMail(int) - Method in class es.cesar.quitesleep.ddbb.CallLog
 
setOperationType(int) - Method in class es.cesar.quitesleep.dialogs.WarningDialog
 
setPasswd(String) - Method in class es.cesar.quitesleep.ddbb.Settings
 
setPasswd(String) - Method in class es.cesar.quitesleep.mailmessages.SendMail
 
setPhoneNumber(String) - Method in class es.cesar.quitesleep.ddbb.CallLog
 
setProgressDialog(ProgressDialog) - Method in class es.cesar.quitesleep.dialogs.AddAllDialog
 
setProgressDialog(ProgressDialog) - Method in class es.cesar.quitesleep.dialogs.CallLogDialog
 
setProgressDialog(ProgressDialog) - Method in class es.cesar.quitesleep.dialogs.RemoveAllDialog
 
setProgressDialog(ProgressDialog) - Method in class es.cesar.quitesleep.dialogs.SyncContactsDialog
 
setProperties(Properties) - Static method in class es.cesar.quitesleep.mailmessages.MailConfig
 
setQuiteSleepServiceState(boolean) - Method in class es.cesar.quitesleep.ddbb.Settings
 
setQuiteSleepServiceState(Boolean) - Static method in class es.cesar.quitesleep.staticValues.ConfigAppValues
 
setReceiverMailList(List<String>) - Method in class es.cesar.quitesleep.mailmessages.SendMail
 
setSaturday(boolean) - Method in class es.cesar.quitesleep.ddbb.Schedule
 
setSchedule(Schedule) - Method in class es.cesar.quitesleep.ddbb.Banned
 
setSelects(Selects) - Method in class es.cesar.quitesleep.ddbb.ClientDDBB
 
setSendSms(boolean) - Method in class es.cesar.quitesleep.ddbb.CallLog
 
setSmsService(boolean) - Method in class es.cesar.quitesleep.ddbb.Settings
 
setSmsServiceState(Boolean) - Static method in class es.cesar.quitesleep.staticValues.ConfigAppValues
 
setSmsText(String) - Method in class es.cesar.quitesleep.ddbb.Settings
 
setSmsText(String) - Method in class es.cesar.quitesleep.smsmessages.SendSMSService
 
setSmsText(String) - Method in class es.cesar.quitesleep.smsmessages.SendSMSThread
 
setStartFormatTime(String) - Method in class es.cesar.quitesleep.ddbb.Schedule
 
setStartTime(Date) - Method in class es.cesar.quitesleep.ddbb.Schedule
 
setStartTimeLabel(TextView) - Method in class es.cesar.quitesleep.dialogs.StartTimeDialog
 
setSubject(String) - Method in class es.cesar.quitesleep.ddbb.Settings
 
setSubject(String) - Method in class es.cesar.quitesleep.mailmessages.SendMail
 
setSunday(boolean) - Method in class es.cesar.quitesleep.ddbb.Schedule
 
setSyncDialog(SyncContactsDialog) - Method in class es.cesar.quitesleep.syncData.SyncContactsNew
 
setSyncDialog(SyncContactsDialog) - Method in class es.cesar.quitesleep.syncData.SyncContactsRefresh
 
setThursday(boolean) - Method in class es.cesar.quitesleep.ddbb.Schedule
 
setTimeCall(String) - Method in class es.cesar.quitesleep.ddbb.CallLog
 
setTimePickerDialog(TimePickerDialog) - Method in class es.cesar.quitesleep.dialogs.EndTimeDialog
 
setTimePickerDialog(TimePickerDialog) - Method in class es.cesar.quitesleep.dialogs.StartTimeDialog
 
Settings - Class in es.cesar.quitesleep.ddbb
 
Settings() - Constructor for class es.cesar.quitesleep.ddbb.Settings
Constructor without parameters
Settings(boolean) - Constructor for class es.cesar.quitesleep.ddbb.Settings
Constructor with the basic paramters
SettingsTab - Class in es.cesar.quitesleep.activities
 
SettingsTab() - Constructor for class es.cesar.quitesleep.activities.SettingsTab
 
setTitle(int) - Method in class es.cesar.quitesleep.dialogs.WarningDialog
 
setToggleButtonIsChecked(boolean) - Method in class es.cesar.quitesleep.dialogs.WarningDialog
 
setTuesday(boolean) - Method in class es.cesar.quitesleep.ddbb.Schedule
 
setType(String) - Method in class es.cesar.quitesleep.utils.ByteArrayDataSource
 
setUpdates(Updates) - Method in class es.cesar.quitesleep.ddbb.ClientDDBB
 
setUsedContact(Contact) - Method in class es.cesar.quitesleep.beans.BCBean
 
setUsedToSend(boolean) - Method in class es.cesar.quitesleep.ddbb.Mail
 
setUsedToSend(boolean) - Method in class es.cesar.quitesleep.ddbb.Phone
 
setUser(String) - Method in class es.cesar.quitesleep.ddbb.Settings
 
setUser(String) - Method in class es.cesar.quitesleep.mailmessages.SendMail
 
setWednesday(boolean) - Method in class es.cesar.quitesleep.ddbb.Schedule
 
SHA1Utils - Class in es.cesar.quitesleep.utils
 
SHA1Utils() - Constructor for class es.cesar.quitesleep.utils.SHA1Utils
 
showDialog(Context) - Method in class es.cesar.quitesleep.dialogs.AddAllDialog
Show the synchronization message
showDialog(Context, int) - Method in class es.cesar.quitesleep.dialogs.CallLogDialog
Show the synchronization message
showDialog(Context) - Method in class es.cesar.quitesleep.dialogs.RemoveAllDialog
Show the synchronization message
showDialogAnyTime(Context) - Method in class es.cesar.quitesleep.dialogs.SyncContactsDialog
Show message regarding any synchronization.
showDialogFirstTime(Context) - Method in class es.cesar.quitesleep.dialogs.SyncContactsDialog
Show message regarding first synchronization
showDialogOtherMessage(Context, String) - Method in class es.cesar.quitesleep.dialogs.SyncContactsDialog
Show the dialog with other synchronization message that we like
showDialogRefreshList(Context) - Method in class es.cesar.quitesleep.dialogs.SyncContactsDialog
Show message regarding refreshing synchronization.
showNotification(Context, boolean) - Static method in class es.cesar.quitesleep.notifications.QuiteSleepNotification
Show the QuiteSleep service running notification.
showWebviewDialog(String) - Method in class es.cesar.quitesleep.activities.ContactsTab
Create the webview dialog using the file (uri) specified to show the information.
showWebviewDialog(String) - Method in class es.cesar.quitesleep.activities.LogsTab
Create the webview dialog using the file (uri) specified to show the information.
showWebviewDialog(String) - Method in class es.cesar.quitesleep.activities.ScheduleTab
Create the webview dialog using the file (uri) specified to show the information.
showWebviewDialog(String) - Method in class es.cesar.quitesleep.activities.SettingsTab
Create the webview dialog using the file (uri) specified to show the information.
showWebviewDialog(String) - Method in interface es.cesar.quitesleep.interfaces.IDialogs
Builds and returns the webview dialog with the specified uri that includes the resource to show.
silentIncomingCall() - Method in class es.cesar.quitesleep.operations.IncomingCallOperations
This function is encharged to check if the incoming call is between interval and if it, then call to subfuctions to performs the block action and send sms and/or mail if is appropriate.
SilentModeCallService - Class in es.cesar.quitesleep.callServices
 
SilentModeCallService() - Constructor for class es.cesar.quitesleep.callServices.SilentModeCallService
 
smsButtonId - Variable in class es.cesar.quitesleep.activities.SettingsTab
 
smsEditTextId - Variable in class es.cesar.quitesleep.subactivities.SmsSettings
 
SmsOperations - Class in es.cesar.quitesleep.operations
 
SmsOperations() - Constructor for class es.cesar.quitesleep.operations.SmsOperations
 
smsServiceToggleButtonId - Variable in class es.cesar.quitesleep.subactivities.SmsSettings
 
SmsSettings - Class in es.cesar.quitesleep.subactivities
 
SmsSettings() - Constructor for class es.cesar.quitesleep.subactivities.SmsSettings
 
START_FORMAT_SCHEDULE - Static variable in class es.cesar.quitesleep.staticValues.DDBBValues
 
START_SCHEDULE - Static variable in class es.cesar.quitesleep.staticValues.DDBBValues
 
startStopMailService(boolean) - Static method in class es.cesar.quitesleep.operations.StartStopServicesOperations
Function that update the ddbb with the state of mailService
startStopQuiteSleepService(boolean) - Static method in class es.cesar.quitesleep.operations.StartStopServicesOperations
Start or Stop the QuiteSleep incoming call service.
StartStopServicesOperations - Class in es.cesar.quitesleep.operations
 
StartStopServicesOperations() - Constructor for class es.cesar.quitesleep.operations.StartStopServicesOperations
 
startStopSmsService(boolean) - Static method in class es.cesar.quitesleep.operations.StartStopServicesOperations
Function that update the ddbb with the state of smsService
StartTimeDialog - Class in es.cesar.quitesleep.dialogs
Custom alert dialog for setup the start time for control the contacts calls
StartTimeDialog(Activity) - Constructor for class es.cesar.quitesleep.dialogs.StartTimeDialog
Constructor with one parameter
stopDialog(Context) - Method in class es.cesar.quitesleep.dialogs.AddAllDialog
Hide and dismiss the synchronization message
stopDialog(Context) - Method in class es.cesar.quitesleep.dialogs.CallLogDialog
Hide and dismiss the synchronization message
stopDialog(Context) - Method in class es.cesar.quitesleep.dialogs.RemoveAllDialog
Hide and dismiss the synchronization message
stopDialog(Context) - Method in class es.cesar.quitesleep.dialogs.SyncContactsDialog
Hide and dismiss the synchronization message
StringTOInputStream(String) - Static method in class es.cesar.quitesleep.utils.InputStreamUtils
 
SyncContactsDialog - Class in es.cesar.quitesleep.dialogs
 
SyncContactsDialog() - Constructor for class es.cesar.quitesleep.dialogs.SyncContactsDialog
Constructor without parameters.
SyncContactsNew - Class in es.cesar.quitesleep.syncData
 
SyncContactsNew(Context, SyncContactsDialog, Handler) - Constructor for class es.cesar.quitesleep.syncData.SyncContactsNew
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) - Static method in class es.cesar.quitesleep.operations.DialogOperations
Sync the contacts data between SQLite and DB4O databases the first time if the db4o database is empty.
SyncContactsRefresh - Class in es.cesar.quitesleep.syncData
 
SyncContactsRefresh(Context, SyncContactsDialog) - Constructor for class es.cesar.quitesleep.syncData.SyncContactsRefresh
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.
synchronizeFirstTime(Context, Handler) - Static method in class es.cesar.quitesleep.operations.DialogOperations
This function prepare the synchronization process and the objects creation.

A B C D E F G H I J L M N O P Q R S T U V W