D | BatteryStatsTimeBaseTest.java | 40 public void populate(long uptime, long realtime, boolean running, long pastUptime, in populate() method in BatteryStatsTimeBaseTest.TestTimeBase 172 tb.populate(100, 200, true, 300, 400, 500, 600, 700, 800); in testResetWhileRunning() 187 tb.populate(100, 200, false, 300, 400, 500, 600, 700, 800); in testResetWhileNotRunning() 200 tb.populate(100, 200, false, 300, 400, 500, 600, 700, 800); in testInit() 214 tb1.populate(100, 200, true, 300, 400, 500, 600, 700, 800); in testParcellingWhileRunning() 235 tb1.populate(100, 200, false, 300, 400, 500, 600, 700, 800); in testParcellingWhileNotRunning() 255 tb1.populate(100, 200, true, 300, 400, 500, 600, 700, 800); in testSummary() 266 tb2.populate(1, 2, true, 3, 4, 5, 6, 7, 8); in testSummary() 280 tb.populate(100, 200, true, 300, 400, 500, 600, 50, 60); in testComputeUptime() 299 tb.populate(100, 200, true, 300, 400, 500, 600, 50, 60); in testComputeRealtime() [all …]
|