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.java63 enum ProfileLocation { enum in AdbRootDependentCompilationTest
69 ProfileLocation(String directory) { in ProfileLocation() method in AdbRootDependentCompilationTest.ProfileLocation
109 for (ProfileLocation profileLocation : EnumSet.of(ProfileLocation.REF)) { in testCompile_bgDexopt()
152 EnumSet.noneOf(ProfileLocation.class)); in testCompile_noProfile()
158 EnumSet.of(ProfileLocation.CUR)); in testCompile_curProfile()
160 mDevice.doesFileExist(ProfileLocation.REF.getPath(APPLICATION_PACKAGE))); in testCompile_curProfile()
166 EnumSet.of(ProfileLocation.REF)); in testCompile_refProfile()
174 EnumSet.of(ProfileLocation.CUR, ProfileLocation.REF)); in testCompile_curAndRefProfile()
198 "/AppUsedByOtherApp_2.prof", ProfileLocation.REF, APP_USED_BY_OTHER_APP_PACKAGE); in testCompile_usedByOtherApps()
256 Set<ProfileLocation> profileLocations) throws Exception { in compileWithProfilesAndCheckFilter()
[all …]