Home
last modified time | relevance | path

Searched refs:servers (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/proto/android/net/
Dnetworkcapabilities.proto63 // carrier's IMS servers, used for network registration and signaling.
66 // carrier's CBS servers, used for carrier specific services.
72 // Initial Attach servers.
75 // RCS servers, used for Rich Communication Services.
78 // XCAP servers, used for configuration and control.
81 // Emergency IMS servers or other services, used for network signaling
/frameworks/base/core/java/android/net/
DINetworkManagementEventObserver.aidl101 void interfaceDnsServerInfo(String iface, long lifetime, in String[] servers); in interfaceDnsServerInfo() argument
/frameworks/base/core/java/com/android/server/net/
DBaseNetworkObserver.java71 public void interfaceDnsServerInfo(String iface, long lifetime, String[] servers) { in interfaceDnsServerInfo() argument
/frameworks/base/core/java/android/os/
DINetworkManagementService.aidl344 void setDnsConfigurationForNetwork(int netId, in String[] servers, in String[] domains, in setDnsConfigurationForNetwork() argument
/frameworks/base/services/core/java/com/android/server/
DNetworkManagementService.java917 String[] servers = cooked[5].split(","); in onEvent() local
918 notifyInterfaceDnsServerInfo(cooked[3], lifetime, servers); in onEvent()
1946 public void setDnsConfigurationForNetwork(int netId, String[] servers, String[] domains, in setDnsConfigurationForNetwork() argument
1953 netId, servers, domains, params, tlsHostname, tlsServers, tlsFingerprints); in setDnsConfigurationForNetwork()