Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/android/car/test/mocks/
DSyncAnswerTest.java52 SyncAnswer<Boolean> syncException = SyncAnswer.forException(expected); in testForException() local
53 when(mSlowServiceInitializer.initialize()).thenAnswer(syncException); in testForException()
56 syncException.await(TIMEOUT_MS); in testForException()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/
DUserPreCreatorTest.java166 SyncAnswer<UserInfo> syncException = SyncAnswer.forException(new Exception()); in mockPreCreateUserException() local
168 .thenAnswer(syncException); in mockPreCreateUserException()
169 return syncException; in mockPreCreateUserException()