Home
last modified time | relevance | path

Searched refs:PARAM_CROSS_PROFILE_PACKAGE (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DCrossProfileUtils.java61 private static final String PARAM_CROSS_PROFILE_PACKAGE = "crossProfilePackage"; field in CrossProfileUtils
136 if (testArguments.containsKey(PARAM_CROSS_PROFILE_PACKAGE)) { in getCrossProfilePackage()
138 return testArguments.getString(PARAM_CROSS_PROFILE_PACKAGE); in getCrossProfilePackage()
/cts/hostsidetests/devicepolicy/app/CrossProfileTestApps/CrossProfileAppsTest/src/com/android/cts/crossprofileappstest/
DCrossProfileAppsPermissionToInteractTest.java63 private static final String PARAM_CROSS_PROFILE_PACKAGE = "crossProfilePackage"; field in CrossProfileAppsPermissionToInteractTest
195 if (testArguments.containsKey(PARAM_CROSS_PROFILE_PACKAGE)) { in getCrossProfilePackage()
197 return testArguments.getString(PARAM_CROSS_PROFILE_PACKAGE); in getCrossProfilePackage()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DCrossProfileAppsPermissionHostSideTest.java60 private static final String PARAM_CROSS_PROFILE_PACKAGE = "crossProfilePackage"; field in CrossProfileAppsPermissionHostSideTest
380 return Collections.singletonMap(PARAM_CROSS_PROFILE_PACKAGE, packageName); in createCrossProfilePackageParam()