Home
last modified time | relevance | path

Searched refs:getDexFilePaths (Results 1 – 5 of 5) sorted by relevance

/packages/modules/AdServices/sdksandbox/tests/unittest/src/com/android/server/sdksandbox/
DDexParserUnitTest.java63 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()
DSerialDexLoaderUnitTest.java146 public Map<File, List<String>> getDexFilePaths(File apkPathFile) throws IOException { in getDexFilePaths() method in SerialDexLoaderUnitTest.FakeDexParser
/packages/modules/AdServices/sdksandbox/service/java/com/android/server/sdksandbox/verification/
DDexParser.java39 Map<File, List<String>> getDexFilePaths(File apkPathFile) throws IOException; in getDexFilePaths() method
DSerialDexLoader.java58 dexEntries = mParser.getDexFilePaths(apkPathFile); in queueApkToLoad()
DDexParserImpl.java45 public Map<File, List<String>> getDexFilePaths(File apkPathFile) throws IOException { in getDexFilePaths() method in DexParserImpl