Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/android/car/test/mocks/
DAndroidMockitoHelperTest.java32 import static android.car.test.mocks.AndroidMockitoHelper.mockForceStopUserThrows;
176 mockForceStopUserThrows(TEST_USER_ID, new IllegalStateException()); in testMockForceStopUserThrows()
/packages/services/Car/libs/car-test-lib/src/android/car/test/mocks/
DAndroidMockitoHelper.java144 public static void mockForceStopUserThrows(@UserIdInt int userId, Throwable throwable) in mockForceStopUserThrows() method in AndroidMockitoHelper
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/
DCarUserServiceTest.java26 import static android.car.test.mocks.AndroidMockitoHelper.mockForceStopUserThrows;
919 mockForceStopUserThrows(TEST_USER_ID, new IllegalStateException()); in testStopUser_withoutDelayedLocking_fail()