Home
last modified time | relevance | path

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

/cts/hostsidetests/compilation/src/android/compilation/cts/
DAdbRootDependentCompilationTest.java55 enum ProfileLocation { enum in AdbRootDependentCompilationTest
61 ProfileLocation(String directory) { in ProfileLocation() method in AdbRootDependentCompilationTest.ProfileLocation
127 if (!canRunTest(EnumSet.noneOf(ProfileLocation.class))) { in testCompile_bgDexopt()
135 for (ProfileLocation profileLocation : EnumSet.of(ProfileLocation.REF)) { in testCompile_bgDexopt()
174 EnumSet.noneOf(ProfileLocation.class)); in testCompile_noProfile()
179 EnumSet.of(ProfileLocation.CUR)); in testCompile_curProfile()
182 doesFileExist(ProfileLocation.REF.getPath())); in testCompile_curProfile()
188 EnumSet.of(ProfileLocation.REF)); in testCompile_refProfile()
195 EnumSet.of(ProfileLocation.CUR, ProfileLocation.REF)); in testCompile_curAndRefProfile()
219 Set<ProfileLocation> profileLocations) in compileWithProfilesAndCheckFilter()
[all …]