Searched refs:dexFileToPattern (Results 1 – 1 of 1) sorted by relevance
173 assertThat(dump).containsMatch(dexFileToPattern(dexFile)); in dumpContainsDexFile()177 assertThat(dump).doesNotContainMatch(dexFileToPattern(dexFile)); in dumpDoesNotContainDexFile()188 private static Pattern dexFileToPattern(String dexFile) { in dexFileToPattern() method in Utils