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.java58 import static com.android.server.wm.LockTaskController.STATUS_BAR_MASK_LOCKED;
190 verifyLockTaskStarted(STATUS_BAR_MASK_LOCKED, DISABLE2_MASK); in testStartLockTaskMode_once()
210 verifyLockTaskStarted(STATUS_BAR_MASK_LOCKED, DISABLE2_MASK); in testStartLockTaskMode_twice()
570 verifyLockTaskStarted(STATUS_BAR_MASK_LOCKED, DISABLE2_MASK); in testUpdateLockTaskPackages_taskRemoved()
582 verifyLockTaskStarted(STATUS_BAR_MASK_LOCKED, DISABLE2_MASK); in testUpdateLockTaskPackages_taskRemoved()
602 verifyLockTaskStarted(STATUS_BAR_MASK_LOCKED, DISABLE2_MASK); in testUpdateLockTaskFeatures()
611 int expectedFlags = STATUS_BAR_MASK_LOCKED in testUpdateLockTaskFeatures()
626 expectedFlags = STATUS_BAR_MASK_LOCKED in testUpdateLockTaskFeatures()
644 verifyLockTaskStarted(STATUS_BAR_MASK_LOCKED, DISABLE2_MASK); in testUpdateLockTaskFeatures_differentUser()
690 assertTrue((~STATUS_BAR_MASK_LOCKED & flags.first) == 0); in testGetStatusBarDisableFlags()
[all …]
/frameworks/base/services/core/java/com/android/server/wm/
DLockTaskController.java94 static final int STATUS_BAR_MASK_LOCKED = StatusBarManager.DISABLE_MASK field in LockTaskController
1011 flags1 &= STATUS_BAR_MASK_LOCKED; in getStatusBarDisableFlags()