Class | Description |
---|---|
HealthKeys |
Constants and stuff for the android.os.health package.
|
HealthKeys.Constants |
Class to gather the constants defined in a class full of constants and
build the key indices used by HealthStatsWriter and HealthStats.
|
HealthStats |
A HealthStats object contains system health data about an application.
|
HealthStatsParceler |
Class to allow sending the HealthStats through aidl generated glue.
|
HealthStatsWriter |
Class to write the health stats data into a parcel, so it can then be
retrieved via a
HealthStats object. |
PackageHealthStats |
Keys for
HealthStats returned from
HealthStats.getStats(int) with the
UidHealthStats.STATS_PACKAGES key. |
PidHealthStats |
Keys for
HealthStats returned from
HealthStats.getStats(int) with the
UidHealthStats.STATS_PIDS key. |
ProcessHealthStats |
Keys for
HealthStats returned from
HealthStats.getStats(int) with the
UidHealthStats.STATS_PROCESSES key. |
ServiceHealthStats |
Keys for
HealthStats returned from
HealthStats.getStats(int) with the
PackageHealthStats.STATS_SERVICES key. |
SystemHealthManager |
Provides access to data about how various system resources are used by applications.
|
TimerStat |
A TimerStat object stores a count and a time.
|
UidHealthStats |
Annotation Type | Description |
---|---|
HealthKeys.Constant |
Annotation to mark public static final int fields that are to be used
as field keys in HealthStats.
|