/**@class android.os.BatteryStats.Uid.Pkg
@extends java.lang.Object

 The statistics associated with a particular package.
*/
var Pkg = {

/**Returns information about all wakeup alarms that have been triggered for this
 package.  The mapping keys are tag names for the alarms, the counter contains
 the number of times the alarm was triggered while on battery.
*/
getWakeupAlarmStats : function(  ) {},

/**Returns a mapping containing service statistics.
*/
getServiceStats : function(  ) {},


};