Home
last modified time | relevance | path

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

/frameworks/base/cmds/incidentd/tests/
DReporter_test.cpp55 map<int, int> startSections; member in TestListener
68 if (startSections.count(section) == 0) startSections[section] = 0; in onReportSectionStatus()
69 startSections[section] = startSections[section] + 1; in onReportSectionStatus()
88 map<int, int>::const_iterator found = startSections.find(sectionId); in sectionStarted()
89 if (found != startSections.end()) { in sectionStarted()