Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarLibUnitTest/src/android/car/user/
DCarUserManagerUnitTest.java374 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