Searched refs:initialOdexFileContents (Results 1 – 1 of 1) sorted by relevance
261 String initialOdexFileContents = mDevice.pullFileContents(odexFilePath); in compileWithProfilesAndCheckFilter() local263 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()