CallLog
public
class
CallLog
extends Object
java.lang.Object | |
↳ | android.provider.CallLog |
The CallLog provider contains information about placed and received calls.
Summary
Nested classes | |
---|---|
class |
CallLog.Calls
Contains the recent calls. |
class |
CallLog.Locations
Table that contains information on location data sent via call composer. |
Fields | |
---|---|
public
static
final
Uri |
CONTENT_URI
The content:// style URL for this provider |
Public constructors | |
---|---|
CallLog()
|
Inherited methods | |||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Constants
Fields
CONTENT_URI
public static final Uri CONTENT_URI
The content:// style URL for this provider
Public constructors
CallLog
public CallLog ()