Searched refs:expectServiceLogoutUserFails (Results 1 – 1 of 1) sorted by relevance
374 expectServiceLogoutUserFails(new RemoteException("D'OH!")); in testLogoutUser_remoteException()387 expectServiceLogoutUserFails(new RuntimeException("D'OH!")); in testLogoutUser_runtimeException()809 private void expectServiceLogoutUserFails(Exception e) throws Exception { in expectServiceLogoutUserFails() method in CarUserManagerUnitTest