Home
last modified time | relevance | path

Searched refs:dumpContainsDexFile (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/compilation/src/android/compilation/cts/
DCompilationTest.java201 Utils.dumpContainsDexFile(dump, "reported_good_1.apk"); in testSecondaryDexReporting()
202 Utils.dumpContainsDexFile(dump, "reported_good_2.apk"); in testSecondaryDexReporting()
203 Utils.dumpContainsDexFile(dump, "reported_good_3.apk"); in testSecondaryDexReporting()
DAdbRootDependentCompilationTest.java241 Utils.dumpContainsDexFile(dump, "good_1.apk"); in testSecondaryDexUseLoading()
242 Utils.dumpContainsDexFile(dump, "good_2.apk"); in testSecondaryDexUseLoading()
243 Utils.dumpContainsDexFile(dump, "good_3.apk"); in testSecondaryDexUseLoading()
DUtils.java172 public static void dumpContainsDexFile(String dump, String dexFile) { in dumpContainsDexFile() method in Utils