Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarLibUnitTest/src/android/car/user/
DCarUserManagerUnitTest.java18 …rt static android.car.test.mock.CarMockitoHelper.mockHandleRemoteExceptionFromCarServiceWithDefaul…
311 mockHandleRemoteExceptionFromCarServiceWithDefaultValue(mCar); in testSwitchUser_remoteException()
325 mockHandleRemoteExceptionFromCarServiceWithDefaultValue(mCar); in testSwitchUserId_remoteException()
375 mockHandleRemoteExceptionFromCarServiceWithDefaultValue(mCar); in testLogoutUser_remoteException()
419 mockHandleRemoteExceptionFromCarServiceWithDefaultValue(mCar); in testRemoveUser_remoteException()
430 mockHandleRemoteExceptionFromCarServiceWithDefaultValue(mCar); in testRemoveUserId_remoteException()
520 mockHandleRemoteExceptionFromCarServiceWithDefaultValue(mCar); in testCreateUser_remoteException()
537 mockHandleRemoteExceptionFromCarServiceWithDefaultValue(mCar); in testCreateUserId_remoteException()
602 mockHandleRemoteExceptionFromCarServiceWithDefaultValue(mCar); in testCreateGuest_remoteException()
631 mockHandleRemoteExceptionFromCarServiceWithDefaultValue(mCar); in testGetUserIdentificationAssociation_remoteException()
[all …]
/packages/services/Car/tests/carservice_unit_test/src/android/car/admin/
DCarDevicePolicyManagerUnitTest.java18 …rt static android.car.test.mock.CarMockitoHelper.mockHandleRemoteExceptionFromCarServiceWithDefaul…
80 mockHandleRemoteExceptionFromCarServiceWithDefaultValue(mCar); in testRemoveUser_remoteException()
117 mockHandleRemoteExceptionFromCarServiceWithDefaultValue(mCar); in testCreateUser_remoteException()
148 mockHandleRemoteExceptionFromCarServiceWithDefaultValue(mCar); in testStartUserInBackground_remoteException()
175 mockHandleRemoteExceptionFromCarServiceWithDefaultValue(mCar); in testStopUser_remoteException()
/packages/services/Car/libs/car-test-lib/src/android/car/test/mocks/
DCarMockitoHelper.java39 public static void mockHandleRemoteExceptionFromCarServiceWithDefaultValue( in mockHandleRemoteExceptionFromCarServiceWithDefaultValue() method in CarMockitoHelper