Searched refs:mockForceStopUserThrows (Results 1 – 3 of 3) sorted by relevance
32 import static android.car.test.mocks.AndroidMockitoHelper.mockForceStopUserThrows;176 mockForceStopUserThrows(TEST_USER_ID, new IllegalStateException()); in testMockForceStopUserThrows()
144 public static void mockForceStopUserThrows(@UserIdInt int userId, Throwable throwable) in mockForceStopUserThrows() method in AndroidMockitoHelper
26 import static android.car.test.mocks.AndroidMockitoHelper.mockForceStopUserThrows;919 mockForceStopUserThrows(TEST_USER_ID, new IllegalStateException()); in testStopUser_withoutDelayedLocking_fail()