Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/android/car/test/mocks/
DSyncAnswerTest.java40 private BlockingExceptionLogger mExceptionLogger;
44 mExceptionLogger = new BlockingExceptionLogger(); in setUp()
73 private static final class BlockingExceptionLogger { class in SyncAnswerTest
100 private final BlockingExceptionLogger mExceptionLogger;
103 BlockingExceptionLogger exceptionLogger) { in SlowService()