Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DAbstractScheduledServiceTest.java148 service.shutDownException = new Exception(); in testFailOnExceptionFromShutDown()
157 assertEquals(service.shutDownException, e.getCause()); in testFailOnExceptionFromShutDown()
315 volatile Exception shutDownException = null; field in AbstractScheduledServiceTest.TestService
346 if (shutDownException != null) { in shutDown()
347 throw shutDownException; in shutDown()
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DAbstractScheduledServiceTest.java148 service.shutDownException = new Exception(); in testFailOnExceptionFromShutDown()
157 assertEquals(service.shutDownException, e.getCause()); in testFailOnExceptionFromShutDown()
315 volatile Exception shutDownException = null; field in AbstractScheduledServiceTest.TestService
346 if (shutDownException != null) { in shutDown()
347 throw shutDownException; in shutDown()