Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDevicePolicyManagerTest.java3376 final int PROFILE_USER = 15; in testSetMaximumTimeToLockProfile() local
3377 final int PROFILE_ADMIN = UserHandle.getUid(PROFILE_USER, 19436); in testSetMaximumTimeToLockProfile()
3397 .isSeparateProfileChallengeEnabled(eq(PROFILE_USER))).thenReturn(true); in testSetMaximumTimeToLockProfile()
3398 dpmi.reportSeparateProfileChallengeChanged(PROFILE_USER); in testSetMaximumTimeToLockProfile()
3400 verifyScreenTimeoutCall(10L, PROFILE_USER); in testSetMaximumTimeToLockProfile()
3408 verifyScreenTimeoutCall(Long.MAX_VALUE, PROFILE_USER); in testSetMaximumTimeToLockProfile()
3416 verifyScreenTimeoutCall(10L, PROFILE_USER); in testSetMaximumTimeToLockProfile()
3425 .isSeparateProfileChallengeEnabled(eq(PROFILE_USER))).thenReturn(false); in testSetMaximumTimeToLockProfile()
3426 dpmi.reportSeparateProfileChallengeChanged(PROFILE_USER); in testSetMaximumTimeToLockProfile()
3429 verifyScreenTimeoutCall(Long.MAX_VALUE, PROFILE_USER); in testSetMaximumTimeToLockProfile()
[all …]