Home
last modified time | relevance | path

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

/packages/services/Car/car-test-lib/src/android/car/test/mocks/
DSyncAnswer.java65 public static <T> SyncAnswer<T> forException(@NonNull Throwable t) { in forException() method in SyncAnswer
/packages/services/Car/tests/carservice_unit_test/src/android/car/test/mocks/
DSyncAnswerTest.java52 SyncAnswer<Boolean> syncException = SyncAnswer.forException(expected); 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()