Searched refs:getCompilerFilter (Results 1 – 1 of 1) sorted by relevance
127 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