Searched refs:getCompiledMethods (Results 1 – 1 of 1) sorted by relevance
192 assertThat(getCompiledMethods(odexFilePath)) in testCompile_usedByOtherApps()205 assertThat(getCompiledMethods(odexFilePath)).containsExactly( in testCompile_usedByOtherApps()224 assertThat(getCompiledMethods(odexFilePath)) in testCompile_usedByOtherApps()352 private List<String> getCompiledMethods(String odexFilePath) throws Exception { in getCompiledMethods() method in AdbRootDependentCompilationTest