Home
last modified time | relevance | path

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

/external/grpc-grpc-java/context/src/test/java/io/grpc/
DContextTest.java72 private Context listenerNotifedContext; field in ContextTest
77 listenerNotifedContext = context;
376 assertSame(child, listenerNotifedContext); in cascadingCancellationNotifiesChild()
415 assertSame(attached, listenerNotifedContext); in cancellableContextIsAttached()
432 assertSame(child, listenerNotifedContext); in cancellableContextCascadesFromCancellableParent()
447 assertNull(listenerNotifedContext); in nonCascadingCancellationDoesNotNotifyForked()
654 assertSame(child, listenerNotifedContext); in absoluteDeadlineTriggersAndPropagates()
669 assertSame(child, listenerNotifedContext); in relativeDeadlineTriggersAndPropagates()
683 assertSame(child, listenerNotifedContext); in innerDeadlineCompletesBeforeOuter()