Searched refs:mLocalApexFileMap (Results 1 – 1 of 1) sorted by relevance
84 private static Map<String, File> mLocalApexFileMap = new HashMap<>(); field in ApexSignatureVerificationTest173 for (Map.Entry<String, File> entry : mLocalApexFileMap.entrySet()) { in extractApexFiles()243 mLocalApexFileMap.put(entry.getKey(), localTempFile); in pullApexFiles()