Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java5879 boolean separateChallenge) throws Exception { in addManagedProfileForPasswordTests() argument
5883 doReturn(separateChallenge).when(getServices().lockPatternUtils) in addManagedProfileForPasswordTests()
5885 doReturn(!separateChallenge).when(getServices().lockPatternUtils) in addManagedProfileForPasswordTests()
5888 .thenReturn(separateChallenge ? userId : UserHandle.USER_SYSTEM); in addManagedProfileForPasswordTests()