Searched refs:pakFileAssets (Results 1 – 1 of 1) sorted by relevance
278 List<String> pakFileAssets = new ArrayList<String>(); in setExtractAllPaksForTesting() local283 if (file.endsWith(".pak")) pakFileAssets.add(file); in setExtractAllPaksForTesting()288 setMandatoryPaksToExtract(pakFileAssets.toArray(new String[pakFileAssets.size()])); in setExtractAllPaksForTesting()