Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarLibUnitTest/src/android/car/cluster/
DClusterHomeManagerUnitTest.java116 RemoteException thrownException = new RemoteException(); in getClusterState_serviceFailure() local
117 when(mService.getClusterState()).thenThrow(thrownException); in getClusterState_serviceFailure()
121 verify(mCar).handleRemoteExceptionFromCarService(thrownException); in getClusterState_serviceFailure()
127 RemoteException thrownException = new RemoteException(); in registerClusterStateListener_serviceFailure() local
128 doThrow(thrownException) in registerClusterStateListener_serviceFailure()
134 verify(mCar).handleRemoteExceptionFromCarService(thrownException); in registerClusterStateListener_serviceFailure()
139 RemoteException thrownException = new RemoteException(); in registerClusterNavigationStateListener_serviceFailure() local
140 doThrow(thrownException) in registerClusterNavigationStateListener_serviceFailure()
146 verify(mCar).handleRemoteExceptionFromCarService(thrownException); in registerClusterNavigationStateListener_serviceFailure()
195 RemoteException thrownException = new RemoteException(); in reportState_serviceFailure() local
[all …]