Searched refs:scopeExceptions (Results 1 – 6 of 6) sorted by relevance
53 private final boolean scopeExceptions; field in CheckedProviderMethod64 boolean scopeExceptions) { in CheckedProviderMethod() argument74 this.scopeExceptions = scopeExceptions; in CheckedProviderMethod()90 sbinder.scopeExceptions(scopeExceptions); in configure()
149 private boolean scopeExceptions = true; field in ThrowingProviderBinder.SecondaryBinder193 public SecondaryBinder<P, T> scopeExceptions(boolean scopeExceptions) { in scopeExceptions() argument194 this.scopeExceptions = scopeExceptions; in scopeExceptions()306 if (scopeExceptions) { in toInternal()354 if (scopeExceptions) { in createResultProvider()
52 boolean scopeExceptions() default true; in scopeExceptions() method
129 checkedProvides.scopeExceptions()); in createProviderMethod()
77 .scopeExceptions(false)96 @CheckedProvides(value = RemoteProvider.class, scopeExceptions = false)
109 .scopeExceptions(false) in setUp()131 @CheckedProvides(value = RemoteProvider.class, scopeExceptions = false) in setUp()151 .scopeExceptions(false) in setUp()