Searched refs:recoverySystem (Results 1 – 3 of 3) sorted by relevance
113 public final RecoverySystemForMock recoverySystem; field in MockSystemServices172 recoverySystem = mock(RecoverySystemForMock.class); in MockSystemServices()
305 return services.recoverySystem.rebootWipeUserData(shutdown, reason, force, wipeEuicc, in recoverySystemRebootWipeUserData()
5183 verifyZeroInteractions(getServices().recoverySystem); in testMaximumFailedPasswordAttemptsReachedManagedProfile()5217 verifyZeroInteractions(getServices().recoverySystem); in testMaximumFailedPasswordAttemptsReachedManagedProfileDisallowed()5258 verifyZeroInteractions(getServices().recoverySystem); in testMaximumFailedPasswordAttemptsReachedDeviceOwnerDisallowed()6552 verify(getServices().recoverySystem).rebootWipeUserData(/*shutdown=*/ eq(false), in verifyRebootWipeUserData()