Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DServiceManagerTest.java164 assertFalse(listener.stoppedCalled); in testServiceStartStop()
169 assertTrue(listener.stoppedCalled); in testServiceStartStop()
197 assertTrue(listener.stoppedCalled); in testFailStart()
219 assertTrue(listener.stoppedCalled); in testFailRun()
232 assertFalse(listener.stoppedCalled); in testFailStop()
235 assertTrue(listener.stoppedCalled); in testFailStop()
284 assertTrue(listener.stoppedCalled); in testSingleFailedServiceCallsStopped()
349 assertFalse(listener.stoppedCalled); in testEmptyServiceManager()
353 assertTrue(listener.stoppedCalled); in testEmptyServiceManager()
561 volatile boolean stoppedCalled; field in ServiceManagerTest.RecordingListener
[all …]