Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/verify/domain/
H A DDomainVerificationPersistence.java103 try (SettingsXml.WriteSection activeSection = serializer.startSection(TAG_ACTIVE)) { in writeToXml() argument
104 writePackageStates(activeSection, active, userId, pkgNameToSignature); in writeToXml()