Home
last modified time | relevance | path

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

/cts/hostsidetests/compilation/src/android/compilation/cts/
DAdbRootDependentCompilationTest.java279 String odexFileContents = mDevice.pullFileContents(odexFilePath); in compileWithProfilesAndCheckFilter() local
280 boolean odexChanged = !initialOdexFileContents.equals(odexFileContents); in compileWithProfilesAndCheckFilter()
284 initialOdexFileContents.length(), odexFileContents.length(), profileLocations); in compileWithProfilesAndCheckFilter()