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/
DPrimaryDexUtils.java332 public static List<ProfilePath> getCurProfiles(@NonNull UserManager userManager, in getCurProfiles() method in PrimaryDexUtils
339 public static List<ProfilePath> getCurProfiles(@NonNull List<UserHandle> userHandles, in getCurProfiles() method in PrimaryDexUtils
DSecondaryDexopter.java144 protected List<ProfilePath> getCurProfiles(@NonNull CheckedSecondaryDexInfo dexInfo) { in getCurProfiles() method in SecondaryDexopter
DPrimaryDexopter.java172 protected List<ProfilePath> getCurProfiles(@NonNull DetailedPrimaryDexInfo dexInfo) { in getCurProfiles() method in PrimaryDexopter
DDexopter.java738 @NonNull protected abstract List<ProfilePath> getCurProfiles(@NonNull DexInfoType dexInfo); in getCurProfiles() method in Dexopter