Searched refs:observed3 (Results 1 – 1 of 1) sorted by relevance
297 final AtomicReference<Context> observed3 = new AtomicReference<Context>(); in notifyListenersOnCancel() local298 base.addListener(new SetContextCancellationListener(observed3), MoreExecutors.directExecutor()); in notifyListenersOnCancel()299 assertSame(base, observed3.get()); in notifyListenersOnCancel()