Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/cputimeinstate/
H A Dtesttimeinstate.cpp423 bool activeFoundLargeValue = false; in TEST() local
428 if (time > UINT32_MAX) activeFoundLargeValue = true; in TEST()
439 ASSERT_TRUE(activeFoundLargeValue); in TEST()