Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDevicePolicyManagerTest.java4555 private void verifyLockTaskState(int userId) throws Exception { in verifyLockTaskState() method in DevicePolicyManagerTest
4556 verifyLockTaskState(userId, new String[0], in verifyLockTaskState()
4560 private void verifyLockTaskState(int userId, String[] packages, int flags) throws Exception { in verifyLockTaskState() method in DevicePolicyManagerTest
4576 verifyLockTaskState(userId, packages, flags); in verifyCanSetLockTask()
4599 verifyLockTaskState(CALLER_USER_HANDLE); in testLockTaskPolicyForProfileOwner()
4614 verifyLockTaskState(MANAGED_PROFILE_USER_ID); in testLockTaskPolicyForProfileOwner()
4632 verifyLockTaskState(UserHandle.USER_SYSTEM); in testLockTaskFeatures_IllegalArgumentException()