Modifier and Type | Method and Description |
---|---|
List<CallLogEntry> |
CallLog.callsAfter(Date after)
Returns a sorted list of all of the entries in this call log
that occurred after the given date.
|
Modifier and Type | Method and Description |
---|---|
void |
CallLog.add(CallLogEntry entry)
Adds an entry to this call log.
|
int |
CallLogEntry.compareTo(CallLogEntry other)
Compares two call log entries for order.
|