Searched refs:ADMIN_COMPONENT (Results 1 – 2 of 2) sorted by relevance
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
D | LockTaskTest.java | 50 private static final ComponentName ADMIN_COMPONENT = ADMIN_RECEIVER_COMPONENT; field in LockTaskTest 144 mDevicePolicyManager.setLockTaskPackages(ADMIN_COMPONENT, new String[0]); in setUp() 158 mDevicePolicyManager.setLockTaskPackages(ADMIN_COMPONENT, new String[0]); in tearDown() 165 mDevicePolicyManager.setLockTaskPackages(ADMIN_COMPONENT, packages); in testSetLockTaskPackages() 166 assertArrayEquals(packages, mDevicePolicyManager.getLockTaskPackages(ADMIN_COMPONENT)); in testSetLockTaskPackages() 169 mDevicePolicyManager.setLockTaskPackages(ADMIN_COMPONENT, new String[0]); in testSetLockTaskPackages() 170 assertEquals(0, mDevicePolicyManager.getLockTaskPackages(ADMIN_COMPONENT).length); in testSetLockTaskPackages() 192 () -> mDevicePolicyManager.setLockTaskFeatures(ADMIN_COMPONENT, flag)); in testSetLockTaskFeatures() 194 mDevicePolicyManager.setLockTaskFeatures(ADMIN_COMPONENT, flag); in testSetLockTaskFeatures() 195 assertEquals(flag, mDevicePolicyManager.getLockTaskFeatures(ADMIN_COMPONENT)); in testSetLockTaskFeatures() [all …]
|
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/ |
D | ProfileTimeoutTestHelper.java | 34 private static final ComponentName ADMIN_COMPONENT = new ComponentName( field in ProfileTimeoutTestHelper 50 mDpm.setMaximumTimeToLock(ADMIN_COMPONENT, TIMEOUT_MS); in testSetWorkProfileTimeout() 52 TIMEOUT_MS, mDpm.getMaximumTimeToLock(ADMIN_COMPONENT)); in testSetWorkProfileTimeout() 64 assertTrue(mDpm.isProfileOwnerApp(ADMIN_COMPONENT.getPackageName())); in assertProfileOwner() 65 assertTrue(mDpm.isManagedProfile(ADMIN_COMPONENT)); in assertProfileOwner()
|