Searched refs:apkToAbi (Results 1 – 1 of 1) sorted by relevance
174 Map<String, Integer> apkToAbi = new HashMap<>(); in testApksAbis() local211 apkToAbi.put(testApk.getName(), supportedAbiApk.size()); in testApksAbis()217 for (Entry<String, Integer> apk : apkToAbi.entrySet()) { in testApksAbis()