Searched refs:cumulative (Results 1 – 1 of 1) sorted by relevance
186 int cumulative = LOCK_TASK_FEATURE_NONE; in testSetLockTaskFeatures() local198 cumulative |= flag; in testSetLockTaskFeatures()199 mDevicePolicyManager.setLockTaskFeatures(ADMIN_COMPONENT, cumulative); in testSetLockTaskFeatures()200 assertEquals(cumulative, mDevicePolicyManager.getLockTaskFeatures(ADMIN_COMPONENT)); in testSetLockTaskFeatures()