public static class BatteryStatsImpl.Uid.Wakelock extends BatteryStats.Uid.Wakelock
Modifier and Type | Field and Description |
---|---|
protected BatteryStatsImpl |
mBsi
BatteryStatsImpl that we are associated with.
|
protected BatteryStatsImpl.Uid |
mUid
BatteryStatsImpl that we are associated with.
|
Constructor and Description |
---|
Wakelock(BatteryStatsImpl bsi,
BatteryStatsImpl.Uid uid) |
Modifier and Type | Method and Description |
---|---|
BatteryStatsImpl.StopwatchTimer |
getStopwatchTimer(int type) |
BatteryStatsImpl.Timer |
getWakeTime(int type) |
protected BatteryStatsImpl mBsi
protected BatteryStatsImpl.Uid mUid
public Wakelock(BatteryStatsImpl bsi, BatteryStatsImpl.Uid uid)
public BatteryStatsImpl.Timer getWakeTime(int type)
getWakeTime
in class BatteryStats.Uid.Wakelock
public BatteryStatsImpl.StopwatchTimer getStopwatchTimer(int type)