HomeSort by relevance Sort by last modified time
    Searched refs:section_requires_specific_mention (Results 1 - 5 of 5) sorted by null

  /frameworks/base/cmds/incidentd/src/
Section.h 179 bool section_requires_specific_mention(int sectionId);
Reporter.cpp 71 return args.containsSection(sectionId, section_requires_specific_mention(sectionId));
160 return args.containsSection(sectionId, section_requires_specific_mention(sectionId));
462 section_requires_specific_mention(mCurrentSectionId))) {
PrivacyFilter.cpp 346 && args.containsSection(fieldId, section_requires_specific_mention(fieldId))) {
IncidentService.cpp 568 && !section_requires_specific_mention(id)) {
Section.cpp 66 bool section_requires_specific_mention(int sectionId) { function in namespace:android::os::incidentd

Completed in 740 milliseconds