Searched refs:getOdexFilePath (Results 1 – 1 of 1) sorted by relevance
126 String odexPath = getOdexFilePath(APPLICATION_PACKAGE); in testCompile_bgDexopt()187 String odexFilePath = getOdexFilePath(APP_USED_BY_OTHER_APP_PACKAGE); in testCompile_usedByOtherApps()260 String odexFilePath = getOdexFilePath(APPLICATION_PACKAGE); in compileWithProfilesAndCheckFilter()409 private String getOdexFilePath(String packageName) throws Exception { in getOdexFilePath() method in AdbRootDependentCompilationTest