Home
last modified time | relevance | path

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

/aosp_15_r20/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
H A DApexSignatureVerificationTest.java83 private static Map<String, File> mLocalApexFileMap = new HashMap<>(); field in ApexSignatureVerificationTest
174 for (Map.Entry<String, File> entry : mLocalApexFileMap.entrySet()) { in extractApexFiles()
245 mLocalApexFileMap.put(entry.getKey(), localTempFile); in pullApexFiles()