Home
last modified time | relevance | path

Searched refs:MANAGED_PROFILE_PKG (Results 1 – 9 of 9) sorted by relevance

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DManagedProfileTest.java42 private static final String MANAGED_PROFILE_PKG = "com.android.cts.managedprofile"; field in ManagedProfileTest
73 MANAGED_PROFILE_PKG + ".BaseManagedProfileTest$BasicAdminReceiver";
125 setProfileOwnerOrFail(MANAGED_PROFILE_PKG + "/" + ADMIN_RECEIVER_TEST_CLASS, in setUp()
147 getDevice().uninstallPackage(MANAGED_PROFILE_PKG); in tearDown()
168 MANAGED_PROFILE_PKG, MANAGED_PROFILE_PKG + ".ManagedProfileSetupTest", in testManagedProfileSetup()
186 MANAGED_PROFILE_PKG, in testWipeDataWithReason()
200 .setAdminPackageName(MANAGED_PROFILE_PKG) in testWipeDataLogged()
206 MANAGED_PROFILE_PKG, in testWipeDataLogged()
226 MANAGED_PROFILE_PKG, in testWipeDataWithoutReason()
366 runDeviceTestsAsUser(MANAGED_PROFILE_PKG, MANAGED_PROFILE_PKG + ".ProfileTimeoutTestHelper", in runProfileTimeoutTest()
[all …]
DManagedProfileProvisioningTest.java19 private static final String MANAGED_PROFILE_PKG = "com.android.cts.managedprofile"; field in ManagedProfileProvisioningTest
48 getDevice().uninstallPackage(MANAGED_PROFILE_PKG); in tearDown()
60 runDeviceTestsAsUser(MANAGED_PROFILE_PKG, ".ProvisioningTest", in testManagedProfileProvisioning()
71 runDeviceTestsAsUser(MANAGED_PROFILE_PKG, ".ProvisioningTest", in testEXTRA_PROVISIONING_ADMIN_EXTRAS_BUNDLE()
82 runDeviceTestsAsUser(MANAGED_PROFILE_PKG, ".ProvisioningTest", in testVerifySuccessfulIntentWasReceived()
93 runDeviceTestsAsUser(MANAGED_PROFILE_PKG, ".ProvisioningTest", in testAccountMigration()
96 runDeviceTestsAsUser(MANAGED_PROFILE_PKG, ".ProvisioningTest", in testAccountMigration()
107 runDeviceTestsAsUser(MANAGED_PROFILE_PKG, ".ProvisioningTest", in testAccountCopy()
110 runDeviceTestsAsUser(MANAGED_PROFILE_PKG, ".ProvisioningTest", in testAccountCopy()
121 startActivityAsUser(mParentUserId, MANAGED_PROFILE_PKG, ".WebViewActivity"); in testWebview()
[all …]
DCustomManagedProfileTest.java22 private static final String MANAGED_PROFILE_PKG = "com.android.cts.managedprofile"; field in CustomManagedProfileTest
47 getDevice().uninstallPackage(MANAGED_PROFILE_PKG); in testIsProvisioningAllowed()
55 runDeviceTestsAsUser(MANAGED_PROFILE_PKG, ".PreManagedProfileTest", testName, userId); in assertIsProvisioningAllowed()
DLauncherAppsProfileTest.java30 private static final String MANAGED_PROFILE_PKG = "com.android.cts.managedprofile"; field in LauncherAppsProfileTest
33 MANAGED_PROFILE_PKG + ".BaseManagedProfileTest$BasicAdminReceiver";
52 setProfileOwnerOrFail(MANAGED_PROFILE_PKG + "/" + ADMIN_RECEIVER_TEST_CLASS, in setUp()
112 String command = "pm disable --user " + mParentUserId + " " + MANAGED_PROFILE_PKG in testProfileOwnerAppHiddenInPrimaryProfile()
DDeviceOwnerTest.java46 private static final String MANAGED_PROFILE_PKG = "com.android.cts.managedprofile"; field in DeviceOwnerTest
49 MANAGED_PROFILE_PKG + ".BaseManagedProfileTest$BasicAdminReceiver";
655 MANAGED_PROFILE_PKG + "/" + MANAGED_PROFILE_ADMIN, mPrimaryUserId, in testCannotSetDeviceOwnerAgain()
659 removeAdmin(MANAGED_PROFILE_PKG + "/" + MANAGED_PROFILE_ADMIN, mPrimaryUserId); in testCannotSetDeviceOwnerAgain()
660 getDevice().uninstallPackage(MANAGED_PROFILE_PKG); in testCannotSetDeviceOwnerAgain()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DCameraPolicyTest.java30 protected static final String MANAGED_PROFILE_PKG = "com.android.cts.managedprofile"; field in CameraPolicyTest
33 MANAGED_PROFILE_PKG + ".BaseManagedProfileTest$BasicAdminReceiver";
54 mManagedProfileAdminComponent = new ComponentName(MANAGED_PROFILE_PKG, in setUp()
DCrossProfileCalendarTest.java56 private static final String MANAGED_PROFILE_PKG = "com.android.cts.managedprofile"; field in CrossProfileCalendarTest
139 ADMIN_RECEIVER_COMPONENT, new ArraySet<String>(Arrays.asList(MANAGED_PROFILE_PKG))); in testCrossProfileCalendarPackage()
143 assertThat(whitelist.contains(MANAGED_PROFILE_PKG)).isTrue(); in testCrossProfileCalendarPackage()
390 ADMIN_RECEIVER_COMPONENT, new ArraySet<String>(Arrays.asList(MANAGED_PROFILE_PKG))); in testWhitelistManagedProfilePackage()
DPhoneAccountTest.java69 private static final String MANAGED_PROFILE_PKG = "com.android.cts.managedprofile"; field in PhoneAccountTest
72 new ComponentName(MANAGED_PROFILE_PKG,
/cts/hostsidetests/devicepolicy/app/LauncherTests/src/com/android/cts/launchertests/
DLauncherAppsTests.java73 private static final String MANAGED_PROFILE_PKG = "com.android.cts.managedprofile"; field in LauncherAppsTests
268 assertActivityInjected(MANAGED_PROFILE_PKG); in testProfileOwnerLauncherActivityInjected()
292 assertInjectedActivityNotFound(MANAGED_PROFILE_PKG); in testProfileOwnerInjectedActivityNotFound()