Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DLockTaskTest.java186 int cumulative = LOCK_TASK_FEATURE_NONE; in testSetLockTaskFeatures() local
198 cumulative |= flag; in testSetLockTaskFeatures()
199 mDevicePolicyManager.setLockTaskFeatures(ADMIN_COMPONENT, cumulative); in testSetLockTaskFeatures()
200 assertEquals(cumulative, mDevicePolicyManager.getLockTaskFeatures(ADMIN_COMPONENT)); in testSetLockTaskFeatures()