Home
last modified time | relevance | path

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

/cts/hostsidetests/compilation/src/android/compilation/cts/
DAdbRootDependentCompilationTest.java147 …String expectedBgDexoptFilter = Objects.requireNonNull(mDevice.getProperty("pm.dexopt.bg-dexopt")); in testCompile_bgDexopt() local
157 assertEquals(expectedBgDexoptFilter, getCompilerFilter(odexPath)); in testCompile_bgDexopt()