Home
last modified time | relevance | path

Searched refs:parentSection (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/pm/verify/domain/
H A DDomainVerificationPersistence.java217 private static void writePkgStateToXml(@NonNull SettingsXml.WriteSection parentSection, in writePkgStateToXml() argument
231 parentSection.startSection(TAG_PACKAGE_STATE) in writePkgStateToXml()
237 writeStateMap(parentSection, pkgState.getStateMap()); in writePkgStateToXml()
238 writeUserStates(parentSection, userId, pkgState.getUserStates()); in writePkgStateToXml()
242 private static void writeUserStates(@NonNull SettingsXml.WriteSection parentSection, in writeUserStates() argument
250 try (SettingsXml.WriteSection section = parentSection.startSection(TAG_USER_STATES)) { in writeUserStates()
264 private static void writeStateMap(@NonNull SettingsXml.WriteSection parentSection, in writeStateMap() argument
270 try (SettingsXml.WriteSection stateSection = parentSection.startSection(TAG_STATE)) { in writeStateMap()
315 private static void writeUserStateToXml(@NonNull SettingsXml.WriteSection parentSection, in writeUserStateToXml() argument
318 parentSection.startSection(TAG_USER_STATE) in writeUserStateToXml()