Home
last modified time | relevance | path

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

/aosp12/packages/modules/StatsD/statsd/tests/
H A DStatsLogProcessor_test.cpp1656 int64_t approximateSystemServerDeath = getElapsedRealtimeNs(); in TEST() local
1657 EXPECT_TRUE(approximateSystemServerDeath > 2 + configAddedTimeNs); in TEST()
1658 EXPECT_TRUE(approximateSystemServerDeath < NS_PER_SEC + configAddedTimeNs); in TEST()