Searched refs:scopeExceptions (Results 1 – 6 of 6) sorted by relevance
52 private final boolean scopeExceptions; field in CheckedProviderMethod63 boolean scopeExceptions) { in CheckedProviderMethod() argument73 this.scopeExceptions = scopeExceptions; in CheckedProviderMethod()88 sbinder.scopeExceptions(scopeExceptions); in configure()
144 private boolean scopeExceptions = true; field in ThrowingProviderBinder.SecondaryBinder188 public SecondaryBinder<P, T> scopeExceptions(boolean scopeExceptions) { in scopeExceptions() argument189 this.scopeExceptions = scopeExceptions; in scopeExceptions()309 if (scopeExceptions) { in toInternal()356 if (scopeExceptions) { in createResultProvider()
51 boolean scopeExceptions() default true; in scopeExceptions() method
134 checkedProvides.scopeExceptions()); in createProviderMethod()
80 .scopeExceptions(false)102 @CheckedProvides(value = RemoteProvider.class, scopeExceptions = false)
111 .scopeExceptions(false) in setUp()134 @CheckedProvides(value = RemoteProvider.class, scopeExceptions = false) in setUp()155 .scopeExceptions(false) in setUp()