Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java3382 final int PROFILE_USER = 15; in testSetMaximumTimeToLockProfile() local
3383 final int PROFILE_ADMIN = UserHandle.getUid(PROFILE_USER, 19436); in testSetMaximumTimeToLockProfile()
3403 .isSeparateProfileChallengeEnabled(eq(PROFILE_USER))).thenReturn(true); in testSetMaximumTimeToLockProfile()
3404 dpmi.reportSeparateProfileChallengeChanged(PROFILE_USER); in testSetMaximumTimeToLockProfile()
3406 verifyScreenTimeoutCall(10L, PROFILE_USER); in testSetMaximumTimeToLockProfile()
3414 verifyScreenTimeoutCall(Long.MAX_VALUE, PROFILE_USER); in testSetMaximumTimeToLockProfile()
3422 verifyScreenTimeoutCall(10L, PROFILE_USER); in testSetMaximumTimeToLockProfile()
3431 .isSeparateProfileChallengeEnabled(eq(PROFILE_USER))).thenReturn(false); in testSetMaximumTimeToLockProfile()
3432 dpmi.reportSeparateProfileChallengeChanged(PROFILE_USER); in testSetMaximumTimeToLockProfile()
3435 verifyScreenTimeoutCall(Long.MAX_VALUE, PROFILE_USER); in testSetMaximumTimeToLockProfile()
[all …]