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