Searched defs:getCurProfiles (Results 1 – 4 of 4) sorted by relevance
332 public static List<ProfilePath> getCurProfiles(@NonNull UserManager userManager, in getCurProfiles() method in PrimaryDexUtils339 public static List<ProfilePath> getCurProfiles(@NonNull List<UserHandle> userHandles, in getCurProfiles() method in PrimaryDexUtils
144 protected List<ProfilePath> getCurProfiles(@NonNull CheckedSecondaryDexInfo dexInfo) { in getCurProfiles() method in SecondaryDexopter
172 protected List<ProfilePath> getCurProfiles(@NonNull DetailedPrimaryDexInfo dexInfo) { in getCurProfiles() method in PrimaryDexopter
738 @NonNull protected abstract List<ProfilePath> getCurProfiles(@NonNull DexInfoType dexInfo); in getCurProfiles() method in Dexopter