public final class PackageHealthStats extends Object
HealthStats
returned from
HealthStats.getStats(int)
with the
UidHealthStats.STATS_PACKAGES
key.Modifier and Type | Field and Description |
---|---|
static HealthKeys.Constants |
CONSTANTS |
static int |
MEASUREMENTS_WAKEUP_ALARMS_COUNT
Key for a map of the number of times that a package's wakeup alarms have fired
while the device was on battery.
|
static int |
STATS_SERVICES
Key for a HealthStats with
ServiceHealthStats keys for each of the
services defined in this apk. |
public static final int STATS_SERVICES
ServiceHealthStats
keys for each of the
services defined in this apk.public static final int MEASUREMENTS_WAKEUP_ALARMS_COUNT
AlarmManager
,
Constant Field Valuespublic static final HealthKeys.Constants CONSTANTS