java.lang.Object | |
↳ | android.app.usage.ConfigurationStats |
Represents the usage statistics of a device Configuration
for a
specific time range.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.os.Parcelable
|
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CREATOR |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Describe the kinds of special objects contained in this Parcelable's
marshalled representation.
| |||||||||||
Get the number of times this configuration was active.
| |||||||||||
Get the beginning of the time range this
ConfigurationStats represents,
measured in milliseconds since the epoch.
| |||||||||||
Get the last time this configuration was active, measured in milliseconds since the epoch.
| |||||||||||
Get the end of the time range this
ConfigurationStats represents,
measured in milliseconds since the epoch.
| |||||||||||
Get the total time this configuration was active, measured in milliseconds.
| |||||||||||
Flatten this object in to a Parcel.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
android.os.Parcelable
|
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
Get the number of times this configuration was active.
Get the beginning of the time range this ConfigurationStats
represents,
measured in milliseconds since the epoch.
currentTimeMillis()
.
Get the last time this configuration was active, measured in milliseconds since the epoch.
SeecurrentTimeMillis()
.
Get the end of the time range this ConfigurationStats
represents,
measured in milliseconds since the epoch.
currentTimeMillis()
.
Get the total time this configuration was active, measured in milliseconds.
Flatten this object in to a Parcel.
dest | The Parcel in which the object should be written. |
---|---|
flags | Additional flags about how the object should be written.
May be 0 or PARCELABLE_WRITE_RETURN_VALUE .
|