|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CallLog | |
---|---|
es.cesar.quitesleep.ddbb | |
es.cesar.quitesleep.mailmessages | |
es.cesar.quitesleep.smsmessages |
Uses of CallLog in es.cesar.quitesleep.ddbb |
---|
Methods in es.cesar.quitesleep.ddbb that return types with arguments of type CallLog | |
---|---|
java.util.List<CallLog> |
Selects.selectAllCallLog()
Select all CallLog objects from the ddbb |
Methods in es.cesar.quitesleep.ddbb with parameters of type CallLog | |
---|---|
boolean |
Inserts.insertCallLog(CallLog callLog)
|
Uses of CallLog in es.cesar.quitesleep.mailmessages |
---|
Methods in es.cesar.quitesleep.mailmessages that return CallLog | |
---|---|
CallLog |
SendMail.getCallLog()
|
Methods in es.cesar.quitesleep.mailmessages with parameters of type CallLog | |
---|---|
void |
SendMail.setCallLog(CallLog callLog)
|
Constructors in es.cesar.quitesleep.mailmessages with parameters of type CallLog | |
---|---|
SendMail(java.lang.String incomingCallNumber,
CallLog callLog)
Constructor empty |
Uses of CallLog in es.cesar.quitesleep.smsmessages |
---|
Methods in es.cesar.quitesleep.smsmessages that return CallLog | |
---|---|
CallLog |
SendSMSThread.getCallLog()
|
Methods in es.cesar.quitesleep.smsmessages with parameters of type CallLog | |
---|---|
void |
SendSMSThread.init(java.lang.String incomingCallNumber,
CallLog callLog)
Function that is called for the constructor |
void |
SendSMSThread.setCallLog(CallLog callLog)
|
Constructors in es.cesar.quitesleep.smsmessages with parameters of type CallLog | |
---|---|
SendSMSThread(java.lang.String incomingCallNumber,
CallLog callLog)
Constructor with the phonenumber of the receiver sms |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |