Home
last modified time | relevance | path

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

/external/dagger2/java/dagger/internal/codegen/
DComponentImplementation.java196 private final Set<Key> cancellableProducerKeys = new LinkedHashSet<>(); field in ComponentImplementation
699 cancellableProducerKeys.add(key); in addCancellableProducerKey()
782 cancelledKeysFromSuperclass.addAll(currentSuperImplementation.get().cancellableProducerKeys); in getCancellableProducerKeys()
785 return Sets.difference(cancellableProducerKeys, cancelledKeysFromSuperclass) in getCancellableProducerKeys()