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