Home
last modified time | relevance | path

Searched defs:startSection (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DSettingsXml.java80 public WriteSection startSection(@NonNull String sectionName) throws IOException { in startSection() method in SettingsXml.Serializer
319 WriteSection startSection(@NonNull String sectionName) throws IOException; in startSection() method
348 public WriteSection startSection(@NonNull String sectionName) throws IOException { in startSection() method in SettingsXml.WriteSectionImpl
/frameworks/base/cmds/incidentd/src/
DReporter.cpp402 void ReportWriter::startSection(int sectionId) { in startSection() function in android::os::incidentd::ReportWriter