Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/android/car/test/mocks/
DAndroidMockitoHelperTest.java36 import static android.car.test.mocks.AndroidMockitoHelper.mockStopUserWithDelayedLockingThrows;
193 mockStopUserWithDelayedLockingThrows(TEST_USER_ID, new IllegalStateException()); in testMockStopUserWithDelayedLockingThrows()
/packages/services/Car/libs/car-test-lib/src/android/car/test/mocks/
DAndroidMockitoHelper.java171 public static void mockStopUserWithDelayedLockingThrows(@UserIdInt int userId, in mockStopUserWithDelayedLockingThrows() method in AndroidMockitoHelper
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/
DCarUserServiceTest.java28 import static android.car.test.mocks.AndroidMockitoHelper.mockStopUserWithDelayedLockingThrows;
809 mockStopUserWithDelayedLockingThrows(TEST_USER_ID, new IllegalStateException()); in testStopUser_fail()
847 mockStopUserWithDelayedLockingThrows(userId, new RuntimeException()); in testStopUser_amThrowsRuntimeException()
893 mockStopUserWithDelayedLockingThrows(TEST_USER_ID, new IllegalStateException()); in testStopUser_withDelayedLocking_fail()