Home
last modified time | relevance | path

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

/cts/hostsidetests/compilation/src/android/compilation/cts/
DAdbRootDependentCompilationTest.java140 … String expectedInstallFilter = Objects.requireNonNull(mDevice.getProperty("pm.dexopt.install")); in testCompile_bgDexopt() local
141 if (expectedInstallFilter.equals("speed-profile")) { in testCompile_bgDexopt()
144 expectedInstallFilter = "verify"; in testCompile_bgDexopt()
150 assertEquals(expectedInstallFilter, getCompilerFilter(odexPath)); in testCompile_bgDexopt()