Home
last modified time | relevance | path

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

/art/libartservice/service/java/com/android/server/art/
DPrimaryDexopter.java120 protected List<ProfilePath> getExternalProfiles(@NonNull DetailedPrimaryDexInfo dexInfo) { in getExternalProfiles() method in PrimaryDexopter
DSecondaryDexopter.java88 protected List<ProfilePath> getExternalProfiles(@NonNull DetailedSecondaryDexInfo dexInfo) { in getExternalProfiles() method in SecondaryDexopter
DPrimaryDexUtils.java339 public static List<ProfilePath> getExternalProfiles(@NonNull PrimaryDexInfo dexInfo) { in getExternalProfiles() method
DDexopter.java573 @NonNull protected abstract List<ProfilePath> getExternalProfiles(@NonNull DexInfoType dexInfo); in getExternalProfiles() method in Dexopter