Home
last modified time | relevance | path

Searched defs:openFilesPIDs (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/tests/ApkVerityTest/src/com/android/apkverity/
H A DApkVerityTest.java492 Set<String> openFilesPIDs = new HashSet<>(); in getOpenFilesPIDs() local
504 private void forceGCOnOpenFilesProcess(Set<String> openFilesPIDs) in forceGCOnOpenFilesProcess()