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