Home
last modified time | relevance | path

Searched defs:getCurProfiles (Results 1 – 4 of 4) sorted by relevance

/art/libartservice/service/java/com/android/server/art/
DPrimaryDexopter.java174 protected List<ProfilePath> getCurProfiles(@NonNull DetailedPrimaryDexInfo dexInfo) { in getCurProfiles() method in PrimaryDexopter
DSecondaryDexopter.java138 protected List<ProfilePath> getCurProfiles(@NonNull DetailedSecondaryDexInfo dexInfo) { in getCurProfiles() method in SecondaryDexopter
DPrimaryDexUtils.java319 public static List<ProfilePath> getCurProfiles(@NonNull UserManager userManager, in getCurProfiles() method
DDexopter.java597 @NonNull protected abstract List<ProfilePath> getCurProfiles(@NonNull DexInfoType dexInfo); in getCurProfiles() method in Dexopter