Searched refs:MANAGED_PROFILE_PKG (Results 1 – 6 of 6) sorted by relevance
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/ |
D | ManagedProfileTest.java | 32 private static final String MANAGED_PROFILE_PKG = "com.android.cts.managedprofile"; field in ManagedProfileTest 62 MANAGED_PROFILE_PKG + ".BaseManagedProfileTest$BasicAdminReceiver"; 96 setProfileOwnerOrFail(MANAGED_PROFILE_PKG + "/" + ADMIN_RECEIVER_TEST_CLASS, in setUp() 106 getDevice().uninstallPackage(MANAGED_PROFILE_PKG); in tearDown() 118 MANAGED_PROFILE_PKG, MANAGED_PROFILE_PKG + ".ManagedProfileSetupTest", in testManagedProfileSetup() 131 MANAGED_PROFILE_PKG, MANAGED_PROFILE_PKG + ".WipeDataTest", mProfileUserId)); in testWipeData() 158 MANAGED_PROFILE_PKG, ".WifiTest", "testRemoveWifiNetworkIfExists", mParentUserId)); in testProfileWifiCleanup() 162 MANAGED_PROFILE_PKG, ".WifiTest", "testAddWifiNetwork", mProfileUserId)); in testProfileWifiCleanup() 167 MANAGED_PROFILE_PKG, ".WifiTest", "testWifiNetworkDoesNotExist", in testProfileWifiCleanup() 180 assertTrue(runDeviceTestsAsUser(MANAGED_PROFILE_PKG, in testCrossProfileIntentFilters() [all …]
|
D | CustomManagedProfileTest.java | 22 private static final String MANAGED_PROFILE_PKG = "com.android.cts.managedprofile"; field in CustomManagedProfileTest 47 getDevice().uninstallPackage(MANAGED_PROFILE_PKG); in testIsProvisioningAllowed() 55 assertTrue(runDeviceTestsAsUser(MANAGED_PROFILE_PKG, ".PreManagedProfileTest", testName, in assertIsProvisioningAllowed()
|
D | DeviceOwnerTest.java | 29 private static final String MANAGED_PROFILE_PKG = "com.android.cts.managedprofile"; field in DeviceOwnerTest 32 MANAGED_PROFILE_PKG + ".BaseManagedProfileTest$BasicAdminReceiver"; 360 MANAGED_PROFILE_PKG + "/" + MANAGED_PROFILE_ADMIN, mPrimaryUserId, in testCannotSetDeviceOwnerAgain() 364 removeAdmin(MANAGED_PROFILE_PKG + "/" + MANAGED_PROFILE_ADMIN, mPrimaryUserId); in testCannotSetDeviceOwnerAgain() 365 getDevice().uninstallPackage(MANAGED_PROFILE_PKG); in testCannotSetDeviceOwnerAgain()
|
D | LauncherAppsProfileTest.java | 30 private static final String MANAGED_PROFILE_PKG = "com.android.cts.managedprofile"; field in LauncherAppsProfileTest 33 MANAGED_PROFILE_PKG + ".BaseManagedProfileTest$BasicAdminReceiver"; 51 setProfileOwnerOrFail(MANAGED_PROFILE_PKG + "/" + ADMIN_RECEIVER_TEST_CLASS, in setUp()
|
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/ |
D | CameraPolicyTest.java | 30 protected static final String MANAGED_PROFILE_PKG = "com.android.cts.managedprofile"; field in CameraPolicyTest 33 MANAGED_PROFILE_PKG + ".PrimaryUserDeviceAdmin"; 36 MANAGED_PROFILE_PKG + ".BaseManagedProfileTest$BasicAdminReceiver"; 59 mPrimaryAdminComponent = new ComponentName(MANAGED_PROFILE_PKG, in setUp() 61 mManagedProfileAdminComponent = new ComponentName(MANAGED_PROFILE_PKG, in setUp()
|
D | PhoneAccountTest.java | 65 private static final String MANAGED_PROFILE_PKG = "com.android.cts.managedprofile"; field in PhoneAccountTest 68 new ComponentName(MANAGED_PROFILE_PKG,
|