Home
last modified time | relevance | path

Searched defs:authority (Results 1 – 25 of 144) sorted by relevance

123456

/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowMediaStore.java113 ContentResolver resolver, String authority, String currentMediaCollectionId) { in notifyCloudMediaChangedEvent()
133 public static CloudMediaChangedEvent create(String authority, String currentMediaCollectionId) { in create()
138 public abstract String authority(); in authority() method in ShadowMediaStore.CloudMediaChangedEvent
145 ContentResolver resolver, String authority) { in isCurrentCloudMediaProviderAuthority()
150 public static void setCurrentCloudMediaProviderAuthority(@Nullable String authority) { in setCurrentCloudMediaProviderAuthority()
DShadowContentResolver.java518 String authority, ArrayList<ContentProviderOperation> operations) in applyBatch()
530 protected static void requestSync(Account account, String authority, Bundle extras) { in requestSync()
538 protected static void cancelSync(Account account, String authority) { in cancelSync()
553 protected static boolean isSyncActive(Account account, String authority) { in isSyncActive()
577 int authorityId, Account account, String authority, long startTime) { in newSyncInfo()
591 protected static void setIsSyncable(Account account, String authority, int syncable) { in setIsSyncable()
596 protected static int getIsSyncable(Account account, String authority) { in getIsSyncable()
601 protected static boolean getSyncAutomatically(Account account, String authority) { in getSyncAutomatically()
606 protected static void setSyncAutomatically(Account account, String authority, boolean sync) { in setSyncAutomatically()
612 Account account, String authority, Bundle extras, long pollFrequency) { in addPeriodicSync()
[all …]
/external/mobly-bundled-snippets/src/main/java/com/google/android/mobly/snippet/bundled/
DAccountSnippet.java198 private boolean isAdapterAllowListed(String username, String authority) { in isAdapterAllowListed()
225 private void updateSync(Account account, String authority, boolean sync) { in updateSync()
253 public void startSync(String username, String authority) throws AccountSnippetException { in startSync()
288 public void stopSync(String username, String authority) throws AccountSnippetException { in stopSync()
/external/grpc-grpc-java/grpclb/src/main/java/io/grpc/grpclb/
DLbAddressGroup.java28 private final String authority; field in LbAddressGroup
30 LbAddressGroup(EquivalentAddressGroup addresses, String authority) { in LbAddressGroup()
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DServerCallInfoImpl.java31 private final String authority; field in ServerCallInfoImpl
36 @Nullable String authority) { in ServerCallInfoImpl()
DOobChannel.java74 private final String authority; field in OobChannel
104 String authority, ObjectPool<? extends Executor> executorPool, in OobChannel()
202 public String authority() { in authority() method in OobChannel
DCallCredentialsApplyingTransportFactory.java62 private final String authority; field in CallCredentialsApplyingTransportFactory.CallCredentialsApplyingTransport
64 CallCredentialsApplyingTransport(ConnectionClientTransport delegate, String authority) { in CallCredentialsApplyingTransport()
DAbstractManagedChannelImplBuilder.java193 protected AbstractManagedChannelImplBuilder(SocketAddress directServerAddress, String authority) { in AbstractManagedChannelImplBuilder()
280 public final T overrideAuthority(String authority) { in overrideAuthority()
398 protected String checkAuthority(String authority) { in checkAuthority()
473 final String authority; field in AbstractManagedChannelImplBuilder.DirectAddressNameResolverFactory
475 DirectAddressNameResolverFactory(SocketAddress address, String authority) { in DirectAddressNameResolverFactory()
DClientTransportFactory.java68 private String authority = "unknown-authority"; field in ClientTransportFactory.ClientTransportOptions
78 public ClientTransportOptions setAuthority(String authority) { in setAuthority()
DGrpcUtil.java449 public static URI authorityToUri(String authority) { in authorityToUri()
466 public static String checkAuthority(String authority) { in checkAuthority()
468 checkArgument(uri.getHost() != null, "No host in authority '%s'", authority); in checkAuthority() local
470 "Userinfo must not be present on authority: '%s'", authority); in checkAuthority() local
/external/robolectric-shadows/resources/src/main/java/org/robolectric/manifest/
DContentProviderData.java12 private final String authority; field in ContentProviderData
19 String authority, in ContentProviderData()
/external/robolectric/resources/src/main/java/org/robolectric/manifest/
DContentProviderData.java12 private final String authority; field in ContentProviderData
19 String authority, in ContentProviderData()
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DForwardingManagedChannelTest.java97 public void authority() { in authority() method in ForwardingManagedChannelTest
98 String authority = "authority5678"; in authority() local
/external/grpc-grpc-java/core/src/main/java/io/grpc/inprocess/
DInProcessTransport.java76 private final String authority; field in InProcessTransport
97 public InProcessTransport(String name, String authority, String userAgent) { in InProcessTransport()
/external/cronet/net/third_party/quiche/src/quiche/quic/tools/
Dquic_client_interop_test_bin.cc164 const std::string& authority) { in AttemptResumption()
197 QuicSocketAddress addr, std::string authority, QuicServerId server_id, in AttemptRequest()
334 const std::string& authority) { in ConstructHeaderBlock()
377 std::string authority = absl::StrCat(url_host, ":", port); in ServerSupport() local
Dconnect_tunnel.cc78 const QuicServerId& authority, in ValidateAuthority()
114 absl::optional<QuicServerId> authority = in OpenTunnel() local
/external/cronet/net/third_party/quiche/src/quiche/http2/adapter/
Dheader_validator.cc74 absl::optional<std::string>& authority, in ValidateRequestHeaders()
250 bool HeaderValidator::IsValidAuthority(absl::string_view authority) { in IsValidAuthority()
286 bool HeaderValidator::ValidateAndSetAuthority(absl::string_view authority) { in ValidateAndSetAuthority()
/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
Dspdy_server_push_utils.cc52 absl::string_view authority = it->second; in GetPromisedUrlFromHeaders() local
84 absl::string_view authority, in GetPushPromiseUrl()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/uri/
Duri_parser.cc107 std::string authority; in Parse() local
154 URI::URI(std::string scheme, std::string authority, std::string path, in URI()
/external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/
DTsiHandshakerFactory.java25 TsiHandshaker newHandshaker(@Nullable String authority); in newHandshaker()
/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/
DNettyClientStream.java60 private AsciiString authority; field in NettyClientStream
69 AsciiString authority, in NettyClientStream()
100 public void setAuthority(String authority) { in setAuthority()
/external/grpc-grpc-java/cronet/src/main/java/io/grpc/cronet/
DCronetClientTransport.java51 private final String authority; field in CronetClientTransport
83 String authority, in CronetClientTransport()
/external/grpc-grpc-java/auth/src/test/java/io/grpc/auth/
DGoogleAuthLibraryCallCredentialsTest.java397 final String authority; field in GoogleAuthLibraryCallCredentialsTest.RequestInfoImpl
408 RequestInfoImpl(String authority) { in RequestInfoImpl()
412 RequestInfoImpl(String authority, SecurityLevel securityLevel) { in RequestInfoImpl()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/transport/
Dauthority_override.cc28 grpc_arg CreateAuthorityOverrideChannelArg(const char* authority) { in CreateAuthorityOverrideChannelArg()
/external/grpc-grpc-java/core/src/main/java/io/grpc/
DChannel.java55 public abstract String authority(); in authority() method in Channel

123456