Searched refs:odexFilePath (Results 1 – 1 of 1) sorted by relevance
187 String odexFilePath = getOdexFilePath(APP_USED_BY_OTHER_APP_PACKAGE); in testCompile_usedByOtherApps() local190 assertThat(getCompilerFilter(odexFilePath)).isEqualTo("speed-profile"); in testCompile_usedByOtherApps()191 assertFileIsPublic(odexFilePath); in testCompile_usedByOtherApps()192 assertThat(getCompiledMethods(odexFilePath)) in testCompile_usedByOtherApps()203 assertThat(getCompilerFilter(odexFilePath)).isEqualTo("speed-profile"); in testCompile_usedByOtherApps()204 assertFileIsPrivate(odexFilePath); in testCompile_usedByOtherApps()205 assertThat(getCompiledMethods(odexFilePath)).containsExactly( in testCompile_usedByOtherApps()212 assertThat(getCompilerFilter(odexFilePath)).isEqualTo("speed-profile"); in testCompile_usedByOtherApps()222 assertThat(getCompilerFilter(odexFilePath)).isEqualTo("speed-profile"); in testCompile_usedByOtherApps()223 assertFileIsPublic(odexFilePath); in testCompile_usedByOtherApps()[all …]