Home
last modified time | relevance | path

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

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