Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/
DCarUserManagerUnitTest.java20 …port static android.car.testapi.CarMockitoHelper.mockHandleRemoteExceptionFromCarServiceWithDefaul…
199 mockHandleRemoteExceptionFromCarServiceWithDefaultValue(mCar); in testSwitchUser_remoteException()
224 mockHandleRemoteExceptionFromCarServiceWithDefaultValue(mCar); in testRemoveUser_remoteException()
269 mockHandleRemoteExceptionFromCarServiceWithDefaultValue(mCar); in testCreateUser_withType_remoteException()
305 mockHandleRemoteExceptionFromCarServiceWithDefaultValue(mCar); in testCreateUser_remoteException()
342 mockHandleRemoteExceptionFromCarServiceWithDefaultValue(mCar); in testCreateGuest_remoteException()
371 mockHandleRemoteExceptionFromCarServiceWithDefaultValue(mCar); in testGetUserIdentificationAssociation_remoteException()
425 mockHandleRemoteExceptionFromCarServiceWithDefaultValue(mCar); in testSetUserIdentificationAssociation_remoteException()
451 mockHandleRemoteExceptionFromCarServiceWithDefaultValue(mCar); in testSetUserIdentificationAssociation_ok()
474 mockHandleRemoteExceptionFromCarServiceWithDefaultValue(mCar); in testIsUserHalUserAssociation_remoteException()
/packages/services/Car/car-test-lib/src/android/car/testapi/
DCarMockitoHelper.java38 public static void mockHandleRemoteExceptionFromCarServiceWithDefaultValue( in mockHandleRemoteExceptionFromCarServiceWithDefaultValue() method in CarMockitoHelper