Searched defs:getExternalProfiles (Results 1 – 4 of 4) sorted by relevance
120 protected List<ProfilePath> getExternalProfiles(@NonNull DetailedPrimaryDexInfo dexInfo) { in getExternalProfiles() method in PrimaryDexopter
88 protected List<ProfilePath> getExternalProfiles(@NonNull DetailedSecondaryDexInfo dexInfo) { in getExternalProfiles() method in SecondaryDexopter
339 public static List<ProfilePath> getExternalProfiles(@NonNull PrimaryDexInfo dexInfo) { in getExternalProfiles() method
573 @NonNull protected abstract List<ProfilePath> getExternalProfiles(@NonNull DexInfoType dexInfo); in getExternalProfiles() method in Dexopter