Home
last modified time | relevance | path

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

/aosp12/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.java1168 int attachedSize = mAttachedPkgStates.size();
1169 for (int index = 0; index < attachedSize; index++) {