Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DLockTaskControllerTest.java49 import static com.android.server.wm.LockTaskController.STATUS_BAR_MASK_LOCKED;
179 verifyLockTaskStarted(STATUS_BAR_MASK_LOCKED, DISABLE2_MASK); in testStartLockTaskMode_once()
199 verifyLockTaskStarted(STATUS_BAR_MASK_LOCKED, DISABLE2_MASK); in testStartLockTaskMode_twice()
545 verifyLockTaskStarted(STATUS_BAR_MASK_LOCKED, DISABLE2_MASK); in testUpdateLockTaskPackages_taskRemoved()
557 verifyLockTaskStarted(STATUS_BAR_MASK_LOCKED, DISABLE2_MASK); in testUpdateLockTaskPackages_taskRemoved()
577 verifyLockTaskStarted(STATUS_BAR_MASK_LOCKED, DISABLE2_MASK); in testUpdateLockTaskFeatures()
586 int expectedFlags = STATUS_BAR_MASK_LOCKED in testUpdateLockTaskFeatures()
601 expectedFlags = STATUS_BAR_MASK_LOCKED in testUpdateLockTaskFeatures()
619 verifyLockTaskStarted(STATUS_BAR_MASK_LOCKED, DISABLE2_MASK); in testUpdateLockTaskFeatures_differentUser()
665 assertTrue((~STATUS_BAR_MASK_LOCKED & flags.first) == 0); in testGetStatusBarDisableFlags()
[all …]
/frameworks/base/services/core/java/com/android/server/wm/
DLockTaskController.java93 static final int STATUS_BAR_MASK_LOCKED = StatusBarManager.DISABLE_MASK field in LockTaskController
846 flags1 &= STATUS_BAR_MASK_LOCKED; in getStatusBarDisableFlags()