| /external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
| D | ShadowMediaStore.java | 113 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()
|
| D | ShadowContentResolver.java | 518 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/ |
| D | AccountSnippet.java | 198 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/ |
| D | LbAddressGroup.java | 28 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/ |
| D | ServerCallInfoImpl.java | 31 private final String authority; field in ServerCallInfoImpl 36 @Nullable String authority) { in ServerCallInfoImpl()
|
| D | OobChannel.java | 74 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
|
| D | CallCredentialsApplyingTransportFactory.java | 62 private final String authority; field in CallCredentialsApplyingTransportFactory.CallCredentialsApplyingTransport 64 CallCredentialsApplyingTransport(ConnectionClientTransport delegate, String authority) { in CallCredentialsApplyingTransport()
|
| D | AbstractManagedChannelImplBuilder.java | 193 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()
|
| D | ClientTransportFactory.java | 68 private String authority = "unknown-authority"; field in ClientTransportFactory.ClientTransportOptions 78 public ClientTransportOptions setAuthority(String authority) { in setAuthority()
|
| D | GrpcUtil.java | 449 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/ |
| D | ContentProviderData.java | 12 private final String authority; field in ContentProviderData 19 String authority, in ContentProviderData()
|
| /external/robolectric/resources/src/main/java/org/robolectric/manifest/ |
| D | ContentProviderData.java | 12 private final String authority; field in ContentProviderData 19 String authority, in ContentProviderData()
|
| /external/grpc-grpc-java/core/src/test/java/io/grpc/internal/ |
| D | ForwardingManagedChannelTest.java | 97 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/ |
| D | InProcessTransport.java | 76 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/ |
| D | quic_client_interop_test_bin.cc | 164 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
|
| D | connect_tunnel.cc | 78 const QuicServerId& authority, in ValidateAuthority() 114 absl::optional<QuicServerId> authority = in OpenTunnel() local
|
| /external/cronet/net/third_party/quiche/src/quiche/http2/adapter/ |
| D | header_validator.cc | 74 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/ |
| D | spdy_server_push_utils.cc | 52 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/ |
| D | uri_parser.cc | 107 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/ |
| D | TsiHandshakerFactory.java | 25 TsiHandshaker newHandshaker(@Nullable String authority); in newHandshaker()
|
| /external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/ |
| D | NettyClientStream.java | 60 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/ |
| D | CronetClientTransport.java | 51 private final String authority; field in CronetClientTransport 83 String authority, in CronetClientTransport()
|
| /external/grpc-grpc-java/auth/src/test/java/io/grpc/auth/ |
| D | GoogleAuthLibraryCallCredentialsTest.java | 397 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/ |
| D | authority_override.cc | 28 grpc_arg CreateAuthorityOverrideChannelArg(const char* authority) { in CreateAuthorityOverrideChannelArg()
|
| /external/grpc-grpc-java/core/src/main/java/io/grpc/ |
| D | Channel.java | 55 public abstract String authority(); in authority() method in Channel
|