public static interface

Checkin.Stats

implements BaseColumns
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. 
Constants
String COUNT
String SUM
String TABLE_NAME
String TAG
[Expand]
Inherited Constants
From interface android.provider.BaseColumns
Fields
public static final Uri CONTENT_URI

Constants

public static final String COUNT

Constant Value: "count"

public static final String SUM

Constant Value: "sum"

public static final String TABLE_NAME

Constant Value: "stats"

public static final String TAG

Constant Value: "tag"

Fields

public static final Uri CONTENT_URI