Searched refs:dumpContainsDexFile (Results 1 – 3 of 3) sorted by relevance
201 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()
241 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()
172 public static void dumpContainsDexFile(String dump, String dexFile) { in dumpContainsDexFile() method in Utils