Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DAbstractScheduledServiceTest.java109 service.startUpException = new Exception(); in testFailOnExceptionFromStartUp()
114 assertEquals(service.startUpException, e.getCause()); in testFailOnExceptionFromStartUp()
314 volatile Exception startUpException = null; field in AbstractScheduledServiceTest.TestService
336 if (startUpException != null) { in startUp()
337 throw startUpException; in startUp()
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DAbstractScheduledServiceTest.java109 service.startUpException = new Exception(); in testFailOnExceptionFromStartUp()
114 assertEquals(service.startUpException, e.getCause()); in testFailOnExceptionFromStartUp()
314 volatile Exception startUpException = null; field in AbstractScheduledServiceTest.TestService
336 if (startUpException != null) { in startUp()
337 throw startUpException; in startUp()