HomeSort by relevance Sort by last modified time
    Searched defs:authContext (Results 1 - 5 of 5) sorted by null

  /external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/
AltsAuthContextTest.java 73 AltsAuthContext authContext = new AltsAuthContext(handshakerResult);
74 assertEquals(TEST_APPLICATION_PROTOCOL, authContext.getApplicationProtocol());
75 assertEquals(TEST_RECORD_PROTOCOL, authContext.getRecordProtocol());
76 assertEquals(TEST_SECURITY_LEVEL, authContext.getSecurityLevel());
77 assertEquals(TEST_PEER_SERVICE_ACCOUNT, authContext.getPeerServiceAccount());
78 assertEquals(TEST_LOCAL_SERVICE_ACCOUNT, authContext.getLocalServiceAccount());
79 assertEquals(rpcVersions, authContext.getPeerRpcVersions());
  /external/grpc-grpc/src/csharp/Grpc.Core/
ServerCallContext.cs 41 private readonly Lazy<AuthContext> authContext;
43 private readonly Func<AuthContext> testingOnlyAuthContextGetter;
57 Func<string> testingOnlyPeerGetter, Func<AuthContext> testingOnlyAuthContextGetter, Func<ContextPropagationToken> testingOnlyContextPropagationTokenFactory)
67 this.authContext = new Lazy<AuthContext>(GetAuthContextEager);
200 /// Gets the <c>AuthContext</c> associated with this call.
201 /// Note: Access to AuthContext is an experimental API that can change without any prior notice.
203 public AuthContext AuthContext
    [all...]
  /development/apps/Development/src/com/android/development/
AccountsTester.java 147 final Context authContext = getContext().createPackageContext(packageName,
149 holder.icon.setImageDrawable(authContext.getResources().getDrawable(
168 Context authContext;
170 authContext = createPackageContext(mAuthenticatorDescs[i].packageName, 0);
175 names.add(authContext.getString(mAuthenticatorDescs[i].labelId));
  /device/generic/goldfish/ril/
ril.h     [all...]
  /device/google/cuttlefish_common/guest/hals/ril/libril/
ril.h     [all...]

Completed in 872 milliseconds