Searched refs:syncException (Results 1 – 2 of 2) sorted by relevance
52 SyncAnswer<Boolean> syncException = SyncAnswer.forException(expected); in testForException() local53 when(mSlowServiceInitializer.initialize()).thenAnswer(syncException); in testForException()56 syncException.await(TIMEOUT_MS); in testForException()
166 SyncAnswer<UserInfo> syncException = SyncAnswer.forException(new Exception()); in mockPreCreateUserException() local168 .thenAnswer(syncException); in mockPreCreateUserException()169 return syncException; in mockPreCreateUserException()