Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/tests/
Ddumpstate_smoke_test.cpp388 int highSections = numMatches("HIGH"); in TEST_F() local
389 int normalSections = allSections - criticalSections - highSections; in TEST_F()
392 << "High:" << highSections << "Normal:" << normalSections << ")"; in TEST_F()