Searched refs:thrownException (Results 1 – 1 of 1) sorted by relevance
116 RemoteException thrownException = new RemoteException(); in getClusterState_serviceFailure() local117 when(mService.getClusterState()).thenThrow(thrownException); in getClusterState_serviceFailure()121 verify(mCar).handleRemoteExceptionFromCarService(thrownException); in getClusterState_serviceFailure()127 RemoteException thrownException = new RemoteException(); in registerClusterStateListener_serviceFailure() local128 doThrow(thrownException) in registerClusterStateListener_serviceFailure()134 verify(mCar).handleRemoteExceptionFromCarService(thrownException); in registerClusterStateListener_serviceFailure()139 RemoteException thrownException = new RemoteException(); in registerClusterNavigationStateListener_serviceFailure() local140 doThrow(thrownException) in registerClusterNavigationStateListener_serviceFailure()146 verify(mCar).handleRemoteExceptionFromCarService(thrownException); in registerClusterNavigationStateListener_serviceFailure()195 RemoteException thrownException = new RemoteException(); in reportState_serviceFailure() local[all …]