Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/verify/domain/
H A DDomainVerificationPersistence.java93 int attachedSize = attached.size(); in writeToXml() local
94 for (int attachedIndex = 0; attachedIndex < attachedSize; attachedIndex++) { in writeToXml()
H A DDomainVerificationService.java1177 int attachedSize = mAttachedPkgStates.size(); in clearUser() local
1178 for (int index = 0; index < attachedSize; index++) { in clearUser()