Searched refs:startSection (Results 1 – 6 of 6) sorted by relevance
85 try (SettingsXml.WriteSection ignored = serializer.startSection( in writeToXml()103 try (SettingsXml.WriteSection activeSection = serializer.startSection(TAG_ACTIVE)) { in writeToXml()107 try (SettingsXml.WriteSection restoredSection = serializer.startSection( in writeToXml()231 parentSection.startSection(TAG_PACKAGE_STATE) in writePkgStateToXml()250 try (SettingsXml.WriteSection section = parentSection.startSection(TAG_USER_STATES)) { in writeUserStates()270 try (SettingsXml.WriteSection stateSection = parentSection.startSection(TAG_STATE)) { in writeStateMap()273 stateSection.startSection(TAG_DOMAIN) in writeStateMap()318 parentSection.startSection(TAG_USER_STATE) in writeUserStateToXml()325 section.startSection(TAG_ENABLED_HOSTS)) { in writeUserStateToXml()328 enabledHostsSection.startSection(TAG_HOST) in writeUserStateToXml()
124 serializer.startSection(TAG_DOMAIN_VERIFICATIONS_LEGACY)) { in writeSettings()136 serializer.startSection(TAG_USER_STATES) in writeSettings()143 userStatesSection.startSection(TAG_USER_STATE) in writeSettings()
79 public WriteSection startSection(@NonNull String sectionName) throws IOException { in startSection() method in SettingsXml.Serializer80 return mWriteSection.startSection(sectionName); in startSection()318 WriteSection startSection(@NonNull String sectionName) throws IOException; in startSection() method347 public WriteSection startSection(@NonNull String sectionName) throws IOException { in startSection() method in SettingsXml.WriteSectionImpl
200 void startSection(int sectionId);
402 void ReportWriter::startSection(int sectionId) { in startSection() function in android::os::incidentd::ReportWriter724 mWriter.startSection(sectionId); in execute_section()
32262 HSPLcom/android/server/pm/SettingsXml$Serializer;->startSection(Ljava/lang/String;)Lcom/android/ser…32272 HSPLcom/android/server/pm/SettingsXml$WriteSectionImpl;->startSection(Ljava/lang/String;)Lcom/andro…