android.provider.Checkin.Stats |
Class Overview
The stats table is a list of counter values indexed by a tag name.
Each statistic has a count and sum fields, so it can track averages.
When multiple statistics are inserted with the same tag, the count
and sum fields are added together into a single entry in the database.
Summary
Nested Classes |
enum |
Checkin.Stats.Tag |
Valid tag values. |
[Expand]
Inherited Constants |
From interface
android.provider.BaseColumns
|
Constants
public
static
final
String
COUNT
public
static
final
String
SUM
public
static
final
String
TABLE_NAME
public
static
final
String
TAG
Fields
public
static
final
Uri
CONTENT_URI