Home
last modified time | relevance | path

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

/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DManagedChannelImplTest.java1396 final LinkedList<Context> credsApplyContexts = new LinkedList<Context>(); in informationPropagatedToNewStreamAndCallCredentials() local
1401 credsApplyContexts.add(Context.current()); in informationPropagatedToNewStreamAndCallCredentials()
1450 assertEquals("testValue", testKey.get(credsApplyContexts.poll())); in informationPropagatedToNewStreamAndCallCredentials()
1473 assertEquals("testValue", testKey.get(credsApplyContexts.poll())); in informationPropagatedToNewStreamAndCallCredentials()