Searched refs:getDexFilePaths (Results 1 – 5 of 5) sorted by relevance
63 Map<File, List<String>> dexList = mDexParser.getDexFilePaths(apkPathFile); in getDexList()74 Map<File, List<String>> dexList = mDexParser.getDexFilePaths(apkPathFile); in resultContainsCalledApi()95 Map<File, List<String>> dexList = mDexParser.getDexFilePaths(apkPathFile); in resultDoesNotContainAbsentApi()
146 public Map<File, List<String>> getDexFilePaths(File apkPathFile) throws IOException { in getDexFilePaths() method in SerialDexLoaderUnitTest.FakeDexParser
39 Map<File, List<String>> getDexFilePaths(File apkPathFile) throws IOException; in getDexFilePaths() method
58 dexEntries = mParser.getDexFilePaths(apkPathFile); in queueApkToLoad()
45 public Map<File, List<String>> getDexFilePaths(File apkPathFile) throws IOException { in getDexFilePaths() method in DexParserImpl