Searched refs:parentSection (Results 1 – 1 of 1) sorted by relevance
266 private static void writePkgStateToXml(@NonNull SettingsXml.WriteSection parentSection, in writePkgStateToXml() argument280 parentSection.startSection(TAG_PACKAGE_STATE) in writePkgStateToXml()286 writeStateMap(parentSection, pkgState.getStateMap()); in writePkgStateToXml()287 writeUserStates(parentSection, userId, pkgState.getUserStates()); in writePkgStateToXml()288 writeUriRelativeFilterGroupMap(parentSection, pkgState.getUriRelativeFilterGroupMap()); in writePkgStateToXml()292 private static void writeUserStates(@NonNull SettingsXml.WriteSection parentSection, in writeUserStates() argument300 try (SettingsXml.WriteSection section = parentSection.startSection(TAG_USER_STATES)) { in writeUserStates()314 private static void writeStateMap(@NonNull SettingsXml.WriteSection parentSection, in writeStateMap() argument320 try (SettingsXml.WriteSection stateSection = parentSection.startSection(TAG_STATE)) { in writeStateMap()365 private static void writeUserStateToXml(@NonNull SettingsXml.WriteSection parentSection, in writeUserStateToXml() argument[all …]