Searched refs:startSection (Results 1 – 7 of 7) sorted by relevance
97 try (SettingsXml.WriteSection ignored = serializer.startSection( in writeToXml()115 try (SettingsXml.WriteSection activeSection = serializer.startSection(TAG_ACTIVE)) { in writeToXml()119 try (SettingsXml.WriteSection restoredSection = serializer.startSection( in writeToXml()280 parentSection.startSection(TAG_PACKAGE_STATE) in writePkgStateToXml()300 try (SettingsXml.WriteSection section = parentSection.startSection(TAG_USER_STATES)) { in writeUserStates()320 try (SettingsXml.WriteSection stateSection = parentSection.startSection(TAG_STATE)) { in writeStateMap()323 stateSection.startSection(TAG_DOMAIN) in writeStateMap()368 parentSection.startSection(TAG_USER_STATE) in writeUserStateToXml()375 section.startSection(TAG_ENABLED_HOSTS)) { in writeUserStateToXml()378 enabledHostsSection.startSection(TAG_HOST) in writeUserStateToXml()[all …]
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()
80 public WriteSection startSection(@NonNull String sectionName) throws IOException { in startSection() method in SettingsXml.Serializer81 return mWriteSection.startSection(sectionName); in startSection()319 WriteSection startSection(@NonNull String sectionName) throws IOException; in startSection() method348 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()
2624 HSPLcom/android/server/pm/SettingsXml$WriteSectionImpl;->startSection(Ljava/lang/String;)Lcom/andro…
19433 PLcom/android/server/pm/SettingsXml$Serializer;->startSection(Ljava/lang/String;)Lcom/android/serve…19443 HPLcom/android/server/pm/SettingsXml$WriteSectionImpl;->startSection(Ljava/lang/String;)Lcom/androi…