Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/
H A DCarUserManagerUnitTest.java227 mockHandleRemoteExceptionFromCarServiceWithDefaultValue(mCar); in testSwitchUser_remoteException()
261 mockHandleRemoteExceptionFromCarServiceWithDefaultValue(mCar); in testRemoveUser_remoteException()
315 mockHandleRemoteExceptionFromCarServiceWithDefaultValue(mCar); in testCreateUser_withType_remoteException()
366 mockHandleRemoteExceptionFromCarServiceWithDefaultValue(mCar); in testCreateUser_remoteException()
403 mockHandleRemoteExceptionFromCarServiceWithDefaultValue(mCar); in testCreateGuest_remoteException()
439 mockHandleRemoteExceptionFromCarServiceWithDefaultValue(mCar); in testGetUserIdentificationAssociation_remoteException()
453 mockHandleRemoteExceptionFromCarServiceWithDefaultValue(mCar); in testGetUserIdentificationAssociation_runtimeException()
511 mockHandleRemoteExceptionFromCarServiceWithDefaultValue(mCar); in testSetUserIdentificationAssociation_remoteException()
529 mockHandleRemoteExceptionFromCarServiceWithDefaultValue(mCar); in testSetUserIdentificationAssociation_runtimeException()
556 mockHandleRemoteExceptionFromCarServiceWithDefaultValue(mCar); in testSetUserIdentificationAssociation_ok()
[all …]
/aosp12/packages/services/Car/tests/carservice_unit_test/src/android/car/admin/
H A DCarDevicePolicyManagerUnitTest.java18 …port static android.car.testapi.CarMockitoHelper.mockHandleRemoteExceptionFromCarServiceWithDefaul…
76 mockHandleRemoteExceptionFromCarServiceWithDefaultValue(mCar); in testRemoveUser_remoteException()
113 mockHandleRemoteExceptionFromCarServiceWithDefaultValue(mCar); in testCreateUser_remoteException()
144 mockHandleRemoteExceptionFromCarServiceWithDefaultValue(mCar); in testStartUserInBackground_remoteException()
171 mockHandleRemoteExceptionFromCarServiceWithDefaultValue(mCar); in testStopUser_remoteException()
/aosp12/packages/services/Car/car-test-lib/src/android/car/testapi/
H A DCarMockitoHelper.java38 public static void mockHandleRemoteExceptionFromCarServiceWithDefaultValue( in mockHandleRemoteExceptionFromCarServiceWithDefaultValue() method in CarMockitoHelper