Home
last modified time | relevance | path

Searched refs:TestTimeBase (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DBatteryStatsTimeBaseTest.java39 static class TestTimeBase extends BatteryStatsImpl.TimeBase { class in BatteryStatsTimeBaseTest
75 TestTimeBase tb = new TestTimeBase(); in testRunning()
172 TestTimeBase tb = new TestTimeBase(); in testResetWhileRunning()
187 TestTimeBase tb = new TestTimeBase(); in testResetWhileNotRunning()
200 TestTimeBase tb = new TestTimeBase(); in testInit()
213 TestTimeBase tb1 = new TestTimeBase(); in testParcellingWhileRunning()
222 TestTimeBase tb2 = new TestTimeBase(); in testParcellingWhileRunning()
234 TestTimeBase tb1 = new TestTimeBase(); in testParcellingWhileNotRunning()
243 TestTimeBase tb2 = new TestTimeBase(); in testParcellingWhileNotRunning()
254 TestTimeBase tb1 = new TestTimeBase(); in testSummary()
[all …]