/**@class android.net.NetworkStatsTest
@extends TestCase

*/
var NetworkStatsTest = {

/**
*/
testFindIndex : function(  ) {},

/**
*/
testFindIndexHinted : function(  ) {},

/**
*/
testAddEntryGrow : function(  ) {},

/**
*/
testCombineExisting : function(  ) {},

/**
*/
testSubtractIdenticalData : function(  ) {},

/**
*/
testSubtractIdenticalRows : function(  ) {},

/**
*/
testSubtractNewRows : function(  ) {},

/**
*/
testSubtractMissingRows : function(  ) {},

/**
*/
testTotalBytes : function(  ) {},

/**
*/
testGroupedByIfaceEmpty : function(  ) {},

/**
*/
testGroupedByIfaceAll : function(  ) {},

/**
*/
testGroupedByIface : function(  ) {},

/**
*/
testAddAllValues : function(  ) {},

/**
*/
testGetTotal : function(  ) {},

/**
*/
testWithoutUid : function(  ) {},

/**
*/
testClone : function(  ) {},

/**
*/
testAddWhenEmpty : function(  ) {},

/**
*/
testMigrateTun : function(  ) {},


};