Home
last modified time | relevance | path

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

/cts/hostsidetests/compilation/src/android/compilation/cts/
DAdbRootDependentCompilationTest.java261 String initialOdexFileContents = mDevice.pullFileContents(odexFilePath); in compileWithProfilesAndCheckFilter() local
263 assertWithMessage("empty odex file").that(initialOdexFileContents.length()) in compileWithProfilesAndCheckFilter()
280 boolean odexChanged = !initialOdexFileContents.equals(odexFileContents); in compileWithProfilesAndCheckFilter()
284 initialOdexFileContents.length(), odexFileContents.length(), profileLocations); in compileWithProfilesAndCheckFilter()