Searched refs:configurableInteractAcrossProfilePackages (Results 1 – 2 of 2) sorted by relevance
37 private static final Set<String> configurableInteractAcrossProfilePackages = new HashSet<>(); field in ShadowCrossProfileApps48 configurableInteractAcrossProfilePackages.add(packageName); in addCrossProfilePackage()53 return configurableInteractAcrossProfilePackages.contains(packageName); in canConfigureInteractAcrossProfiles()
81 private static final Set<String> configurableInteractAcrossProfilePackages = new HashSet<>(); field in ExtendsShadowCrossProfileApps312 configurableInteractAcrossProfilePackages.add(packageName); in addCrossProfilePackage()352 return configurableInteractAcrossProfilePackages.contains(packageName); in canConfigureInteractAcrossProfiles()372 configurableInteractAcrossProfilePackages.clear(); in reset()