Home
last modified time | relevance | path

Searched refs:hostName (Results 1 – 25 of 28) sorted by relevance

12

/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/provision/grpc/
DDeviceCheckInClient.java85 String hostName, in getInstance() argument
97 hostName = hostNameOverride; in getInstance()
105 || (hostName != null && !hostName.equals(sHostName)); in getInstance()
111 sHostName = hostName; in getInstance()
DDeviceFinalizeClient.java80 String hostName, in getInstance() argument
92 hostName = hostNameOverride; in getInstance()
102 sHostName = hostName; in getInstance()
/packages/modules/adb/sysdeps/
Denv.cpp74 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/
DMdnsServiceInfo.java79 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()
DMdnsResponseDecoder.java61 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()
DMdnsServiceTypeClient.java308 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/
DDnsPacketUtils.java122 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/
DAbstractCheckInWorker.java60 String hostName = resources.getString(R.string.check_in_server_host_name); in AbstractCheckInWorker() local
68 context, hostName, portNumber, clientInterceptor, registeredId), in AbstractCheckInWorker()
DReportDeviceLockProgramCompleteWorker.java71 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/
DEmailAddress.java263 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/
DResolverHostsParcel.aidl23 @utf8InCpp String hostName = "";
/packages/modules/DnsResolver/aidl_api/dnsresolver_aidl_interface/5/android/net/
DResolverHostsParcel.aidl22 @utf8InCpp String hostName = "";
/packages/modules/DnsResolver/aidl_api/dnsresolver_aidl_interface/10/android/net/
DResolverHostsParcel.aidl23 @utf8InCpp String hostName = "";
/packages/modules/DnsResolver/aidl_api/dnsresolver_aidl_interface/9/android/net/
DResolverHostsParcel.aidl23 @utf8InCpp String hostName = "";
/packages/modules/DnsResolver/aidl_api/dnsresolver_aidl_interface/7/android/net/
DResolverHostsParcel.aidl23 @utf8InCpp String hostName = "";
/packages/modules/DnsResolver/aidl_api/dnsresolver_aidl_interface/11/android/net/
DResolverHostsParcel.aidl23 @utf8InCpp String hostName = "";
/packages/modules/DnsResolver/aidl_api/dnsresolver_aidl_interface/4/android/net/
DResolverHostsParcel.aidl22 @utf8InCpp String hostName = "";
/packages/modules/DnsResolver/aidl_api/dnsresolver_aidl_interface/12/android/net/
DResolverHostsParcel.aidl23 @utf8InCpp String hostName = "";
/packages/modules/DnsResolver/aidl_api/dnsresolver_aidl_interface/6/android/net/
DResolverHostsParcel.aidl22 @utf8InCpp String hostName = "";
/packages/modules/DnsResolver/binder/android/net/
DResolverHostsParcel.aidl36 @utf8InCpp String hostName = "";
/packages/modules/DnsResolver/aidl_api/dnsresolver_aidl_interface/14/android/net/
DResolverHostsParcel.aidl24 @utf8InCpp String hostName = "";
/packages/modules/DnsResolver/aidl_api/dnsresolver_aidl_interface/current/android/net/
DResolverHostsParcel.aidl24 @utf8InCpp String hostName = "";
/packages/modules/DnsResolver/aidl_api/dnsresolver_aidl_interface/13/android/net/
DResolverHostsParcel.aidl24 @utf8InCpp String hostName = "";
/packages/modules/DnsResolver/aidl_api/dnsresolver_aidl_interface/15/android/net/
DResolverHostsParcel.aidl24 @utf8InCpp String hostName = "";
/packages/modules/NetworkStack/src/android/net/dhcp/
DDhcpPacket.java1017 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()

12