Home
last modified time | relevance | path

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

/cts/hostsidetests/compilation/src/android/compilation/cts/
DAdbRootDependentCompilationTest.java65 REF("/data/misc/profiles/ref/"); enumConstant
109 for (ProfileLocation profileLocation : EnumSet.of(ProfileLocation.REF)) { in testCompile_bgDexopt()
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()
292 mDevice.executeShellV2Command("rm -f " + ProfileLocation.REF.getPath(packageName)); in resetProfileState()