Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DCrossProfileUtils.java129 final Set<String> packages = Collections.singleton(getCrossProfilePackage()); in testSetCrossProfilePackages()
134 private String getCrossProfilePackage() { in getCrossProfilePackage() method in CrossProfileUtils
/cts/hostsidetests/devicepolicy/app/CrossProfileTestApps/CrossProfileAppsTest/src/com/android/cts/crossprofileappstest/
DCrossProfileAppsPermissionToInteractTest.java190 ADMIN_RECEIVER_COMPONENT, Collections.singleton(getCrossProfilePackage())); in testSetCrossProfilePackages_noAsserts()
193 private String getCrossProfilePackage() { in getCrossProfilePackage() method in CrossProfileAppsPermissionToInteractTest