Home
last modified time | relevance | path

Searched refs:configurableInteractAcrossProfilePackages (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
DShadowCrossProfileApps.java37 private static final Set<String> configurableInteractAcrossProfilePackages = new HashSet<>(); field in ShadowCrossProfileApps
48 configurableInteractAcrossProfilePackages.add(packageName); in addCrossProfilePackage()
53 return configurableInteractAcrossProfilePackages.contains(packageName); in canConfigureInteractAcrossProfiles()
/packages/apps/ManagedProvisioning/tests/robotests/src/com/android/managedprovisioning/ota/
DExtendsShadowCrossProfileApps.java81 private static final Set<String> configurableInteractAcrossProfilePackages = new HashSet<>(); field in ExtendsShadowCrossProfileApps
312 configurableInteractAcrossProfilePackages.add(packageName); in addCrossProfilePackage()
352 return configurableInteractAcrossProfilePackages.contains(packageName); in canConfigureInteractAcrossProfiles()
372 configurableInteractAcrossProfilePackages.clear(); in reset()