Home
last modified time | relevance | path

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

/frameworks/base/cmds/incidentd/src/
DSection.cpp55 const int FIELD_ID_INCIDENT_METADATA = 2; variable
187 MetadataSection::MetadataSection() : Section(FIELD_ID_INCIDENT_METADATA, 0) {} in MetadataSection()