java.lang.Object | |
↳ | android.provider.CallLog.Calls |
Contains the recent calls.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | CACHED_NAME | The cached name associated with the phone number, if it exists. | |||||||||
String | CACHED_NUMBER_LABEL | The cached number label, for a custom number type, associated with the phone number, if it exists. | |||||||||
String | CACHED_NUMBER_TYPE | The cached number type (Home, Work, etc) associated with the phone number, if it exists. | |||||||||
Uri | CONTENT_FILTER_URI | The content:// style URL for filtering this table on phone numbers | |||||||||
String | CONTENT_ITEM_TYPE | The MIME type of a CONTENT_URI sub-directory of a single
call. |
|||||||||
String | CONTENT_TYPE | The MIME type of CONTENT_URI and CONTENT_FILTER_URI
providing a directory of calls. |
|||||||||
Uri | CONTENT_URI | The content:// style URL for this table | |||||||||
String | DATE | The date the call occured, in milliseconds since the epoch
Type: INTEGER (long) |
|||||||||
String | DEFAULT_SORT_ORDER | The default sort order for this table | |||||||||
String | DURATION | The duration of the call in seconds
Type: INTEGER (long) |
|||||||||
int | INCOMING_TYPE | ||||||||||
int | MISSED_TYPE | ||||||||||
String | NEW | Whether or not the call has been acknowledged
Type: INTEGER (boolean) |
|||||||||
String | NUMBER | The phone number as the user entered it. | |||||||||
int | OUTGOING_TYPE | ||||||||||
String | TYPE | The type of the call (incoming, outgoing or missed). |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.provider.BaseColumns
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Query the call log database for the last dialed number.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object
|
The cached name associated with the phone number, if it exists. This value is not guaranteed to be current, if the contact information associated with this number has changed.
Type: TEXT
The cached number label, for a custom number type, associated with the phone number, if it exists. This value is not guaranteed to be current, if the contact information associated with this number has changed.
Type: TEXT
The cached number type (Home, Work, etc) associated with the phone number, if it exists. This value is not guaranteed to be current, if the contact information associated with this number has changed.
Type: INTEGER
The content:// style URL for filtering this table on phone numbers
The MIME type of a CONTENT_URI
sub-directory of a single
call.
The MIME type of CONTENT_URI
and CONTENT_FILTER_URI
providing a directory of calls.
The date the call occured, in milliseconds since the epoch
Type: INTEGER (long)
The default sort order for this table
The duration of the call in seconds
Type: INTEGER (long)
Whether or not the call has been acknowledged
Type: INTEGER (boolean)
The phone number as the user entered it.
Type: TEXT
The type of the call (incoming, outgoing or missed).
Type: INTEGER (int)
Query the call log database for the last dialed number.
context | Used to get the content resolver. |
---|