Home
last modified time | relevance | path

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

/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DEventManagerTest.java218 List<EventManager.EventRecord.EventTiming> timings2 = in testExtractEventTimingsDifferentRecords() local
221 assertEquals(0, timings2.size()); in testExtractEventTimingsDifferentRecords()
/aosp12/art/dex2oat/linker/
H A Doat_writer_test.cc431 TimingLogger timings2("OatTest::WriteRead", false, false); in TEST_F() local
432 CompileAll(class_loader, class_linker->GetBootClassPath(), &timings2); in TEST_F()