/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/provision/grpc/ |
D | DeviceCheckInClient.java | 85 String hostName, in getInstance() argument 97 hostName = hostNameOverride; in getInstance() 105 || (hostName != null && !hostName.equals(sHostName)); in getInstance() 111 sHostName = hostName; in getInstance()
|
D | DeviceFinalizeClient.java | 80 String hostName, in getInstance() argument 92 hostName = hostNameOverride; in getInstance() 102 sHostName = hostName; in getInstance()
|
/packages/modules/adb/sysdeps/ |
D | env.cpp | 74 const auto hostName = GetEnvironmentVariable(kHostNameEnvVar); in GetHostNameUTF8() local 75 if (hostName && !hostName->empty()) { in GetHostNameUTF8() 76 return *hostName; in GetHostNameUTF8()
|
/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/ |
D | MdnsServiceInfo.java | 79 private final String[] hostName; field in MdnsServiceInfo 106 String[] hostName, in MdnsServiceInfo() argument 117 hostName, in MdnsServiceInfo() 137 String[] hostName, in MdnsServiceInfo() argument 152 this.hostName = hostName; in MdnsServiceInfo() 214 return hostName; in getHostName() 329 out.writeStringArray(hostName); in writeToParcel()
|
D | MdnsResponseDecoder.java | 61 List<MdnsResponse> responses, String[] hostName) { in findResponseWithHostName() argument 69 hostName)) { in findResponseWithHostName() 310 @Nullable List<MdnsResponse> responses, String[] hostName) { in findResponsesWithHostName() argument 321 if (MdnsUtils.equalsDnsLabelIgnoreDnsCase(serviceRecord.getServiceHost(), hostName)) { in findResponsesWithHostName()
|
D | MdnsServiceTypeClient.java | 308 String[] hostName = null; in buildMdnsServiceInfoFromResponse() local 311 hostName = response.getServiceRecord().getServiceHost(); in buildMdnsServiceInfoFromResponse() 346 hostName, in buildMdnsServiceInfoFromResponse()
|
/packages/modules/Connectivity/staticlibs/framework/com/android/net/module/util/ |
D | DnsPacketUtils.java | 122 public static boolean isHostName(@Nullable String hostName) { in isHostName() argument 126 return hostName != null in isHostName() 127 && Patterns.DOMAIN_NAME.matcher(hostName).matches() in isHostName() 128 && !InetAddresses.isNumericAddress(hostName); in isHostName()
|
/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/provision/worker/ |
D | AbstractCheckInWorker.java | 60 String hostName = resources.getString(R.string.check_in_server_host_name); in AbstractCheckInWorker() local 68 context, hostName, portNumber, clientInterceptor, registeredId), in AbstractCheckInWorker()
|
D | ReportDeviceLockProgramCompleteWorker.java | 71 final String hostName = context.getResources().getString( in ReportDeviceLockProgramCompleteWorker() local 85 id -> DeviceFinalizeClient.getInstance(context, hostName, in ReportDeviceLockProgramCompleteWorker()
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
D | EmailAddress.java | 263 public void setHost(final String hostName) { in setHost() argument 264 host = hostName; in setHost()
|
/packages/modules/DnsResolver/aidl_api/dnsresolver_aidl_interface/8/android/net/ |
D | ResolverHostsParcel.aidl | 23 @utf8InCpp String hostName = "";
|
/packages/modules/DnsResolver/aidl_api/dnsresolver_aidl_interface/5/android/net/ |
D | ResolverHostsParcel.aidl | 22 @utf8InCpp String hostName = "";
|
/packages/modules/DnsResolver/aidl_api/dnsresolver_aidl_interface/10/android/net/ |
D | ResolverHostsParcel.aidl | 23 @utf8InCpp String hostName = "";
|
/packages/modules/DnsResolver/aidl_api/dnsresolver_aidl_interface/9/android/net/ |
D | ResolverHostsParcel.aidl | 23 @utf8InCpp String hostName = "";
|
/packages/modules/DnsResolver/aidl_api/dnsresolver_aidl_interface/7/android/net/ |
D | ResolverHostsParcel.aidl | 23 @utf8InCpp String hostName = "";
|
/packages/modules/DnsResolver/aidl_api/dnsresolver_aidl_interface/11/android/net/ |
D | ResolverHostsParcel.aidl | 23 @utf8InCpp String hostName = "";
|
/packages/modules/DnsResolver/aidl_api/dnsresolver_aidl_interface/4/android/net/ |
D | ResolverHostsParcel.aidl | 22 @utf8InCpp String hostName = "";
|
/packages/modules/DnsResolver/aidl_api/dnsresolver_aidl_interface/12/android/net/ |
D | ResolverHostsParcel.aidl | 23 @utf8InCpp String hostName = "";
|
/packages/modules/DnsResolver/aidl_api/dnsresolver_aidl_interface/6/android/net/ |
D | ResolverHostsParcel.aidl | 22 @utf8InCpp String hostName = "";
|
/packages/modules/DnsResolver/binder/android/net/ |
D | ResolverHostsParcel.aidl | 36 @utf8InCpp String hostName = "";
|
/packages/modules/DnsResolver/aidl_api/dnsresolver_aidl_interface/14/android/net/ |
D | ResolverHostsParcel.aidl | 24 @utf8InCpp String hostName = "";
|
/packages/modules/DnsResolver/aidl_api/dnsresolver_aidl_interface/current/android/net/ |
D | ResolverHostsParcel.aidl | 24 @utf8InCpp String hostName = "";
|
/packages/modules/DnsResolver/aidl_api/dnsresolver_aidl_interface/13/android/net/ |
D | ResolverHostsParcel.aidl | 24 @utf8InCpp String hostName = "";
|
/packages/modules/DnsResolver/aidl_api/dnsresolver_aidl_interface/15/android/net/ |
D | ResolverHostsParcel.aidl | 24 @utf8InCpp String hostName = "";
|
/packages/modules/NetworkStack/src/android/net/dhcp/ |
D | DhcpPacket.java | 1017 String hostName = null; in decodeFullPacket() local 1220 hostName = readAsciiString(packet, optionLen, false); in decodeFullPacket() 1390 newPacket.mHostName = hostName; in decodeFullPacket() 1658 Inet4Address serverIdentifier, byte[] requestedParams, String hostName, in buildRequestPacket() argument 1664 pkt.mHostName = hostName; in buildRequestPacket() 1680 Inet4Address serverIdentifier, byte[] requestedParams, String hostName) { in buildRequestPacket() argument 1682 requestedIpAddress, serverIdentifier, requestedParams, hostName, in buildRequestPacket()
|