Searched refs:tb2 (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
D | BatteryStatsTimeBaseTest.java | 222 TestTimeBase tb2 = new TestTimeBase(); in testParcellingWhileRunning() local 223 tb2.readFromParcel(parcel); in testParcellingWhileRunning() 226 tb2.verify(100, 200, false, 300+666-400, 400, 500+6666-600, 600, 700, 800); in testParcellingWhileRunning() 243 TestTimeBase tb2 = new TestTimeBase(); in testParcellingWhileNotRunning() local 244 tb2.readFromParcel(parcel); in testParcellingWhileNotRunning() 246 tb2.verify(100, 200, false, 300, 400, 500, 600, 700, 800); in testParcellingWhileNotRunning() 263 TestTimeBase tb2 = new TestTimeBase(); in testSummary() local 267 tb2.populate(1, 2, true, 3, 4, 5, 6, 7, 8); in testSummary() 269 tb2.readSummaryFromParcel(parcel); in testSummary() 271 tb2.verify(666, 6766, true, 3, 4, 5, 6, 7, 8); in testSummary()
|