Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/tests/
Ddumpstate_smoke_test.cpp389 int normalSections = allSections - criticalSections - highSections; in TEST_F() local
391 EXPECT_GE(normalSections, 50) << "Total sections less than 50 (Critical:" << criticalSections in TEST_F()
392 << "High:" << highSections << "Normal:" << normalSections << ")"; in TEST_F()