Home
last modified time | relevance | path

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

/cts/hostsidetests/compilation/src/android/compilation/cts/
DAdbRootDependentCompilationTest.java127 assertEquals(expectedInstallFilter, getCompilerFilter(odexPath)); in testCompile_bgDexopt()
134 assertEquals(expectedBgDexoptFilter, getCompilerFilter(odexPath)); in testCompile_bgDexopt()
190 assertThat(getCompilerFilter(odexFilePath)).isEqualTo("speed-profile"); in testCompile_usedByOtherApps()
203 assertThat(getCompilerFilter(odexFilePath)).isEqualTo("speed-profile"); in testCompile_usedByOtherApps()
212 assertThat(getCompilerFilter(odexFilePath)).isEqualTo("speed-profile"); in testCompile_usedByOtherApps()
222 assertThat(getCompilerFilter(odexFilePath)).isEqualTo("speed-profile"); in testCompile_usedByOtherApps()
273 String compilerFilter = getCompilerFilter(odexFilePath); in compileWithProfilesAndCheckFilter()
334 private String getCompilerFilter(String odexFilePath) throws Exception { in getCompilerFilter() method in AdbRootDependentCompilationTest