Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A 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
/aosp14/frameworks/base/cmds/incidentd/src/
H A DReporter.cpp402 void ReportWriter::startSection(int sectionId) { in startSection() function in android::os::incidentd::ReportWriter