Searched refs:haveBackends (Results 1 – 1 of 1) sorted by relevance
215 private Boolean haveBackends; // a flag for doing channel tracing when flipped field in ManagedChannelImpl1263 if (channelTracer != null && (haveBackends == null || !haveBackends)) { in onAddresses()1269 haveBackends = true; in onAddresses()1319 if (channelTracer != null && (haveBackends == null || haveBackends)) { in onError()1325 haveBackends = false; in onError()