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