Searched refs:SUBCHANNEL_ATTR_KEY (Results 1 – 1 of 1) sorted by relevance
144 private static final Attributes.Key<String> SUBCHANNEL_ATTR_KEY = field in ManagedChannelImplTest1051 Attributes attrs1 = Attributes.newBuilder().set(SUBCHANNEL_ATTR_KEY, "attr1").build(); in subchannels()1052 Attributes attrs2 = Attributes.newBuilder().set(SUBCHANNEL_ATTR_KEY, "attr2").build(); in subchannels()