Home
last modified time | relevance | path

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

/cts/hostsidetests/compilation/src/android/compilation/cts/
DAdbRootDependentCompilationTest.java192 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