Home
last modified time | relevance | path

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

/art/libartservice/service/javatests/com/android/server/art/
DPrimaryDexopterTest.java236 makeEmbeddedProfileUsable(mDexPath); in testDexoptUsesRefProfile()
275 makeEmbeddedProfileUsable(mDexPath); in testDexoptUsesPublicRefProfile()
294 makeEmbeddedProfileUsable(mDexPath); in testDexoptUsesPrebuiltProfile()
429 makeEmbeddedProfileUsable(mDexPath); in checkDexoptUsesDmProfile()
464 makeEmbeddedProfileUsable(mDexPath); in checkDexoptUsesEmbeddedProfile()
517 makeEmbeddedProfileUsable(mDexPath); in testDexoptUsesEmbeddedProfileDmDisableEmbeddedProfile()
993 private void makeEmbeddedProfileUsable(String dexPath) throws Exception { in makeEmbeddedProfileUsable() method in PrimaryDexopterTest