Home
last modified time | relevance | path

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

/frameworks/base/cmds/incidentd/tests/
DReporter_test.cpp56 map<int, int> finishSections; member in TestListener
72 if (finishSections.count(section) == 0) finishSections[section] = 0; in onReportSectionStatus()
73 finishSections[section] = finishSections[section] + 1; in onReportSectionStatus()
97 map<int, int>::const_iterator found = finishSections.find(sectionId); in sectionFinished()
98 if (found != finishSections.end()) { in sectionFinished()