Home
last modified time | relevance | path

Searched refs:onInterfaceDnsServerInfo (Results 1 – 20 of 20) sorted by relevance

/packages/modules/Connectivity/staticlibs/netd/binder/android/net/
DINetdUnsolicitedEventListener.aidl62 void onInterfaceDnsServerInfo( in onInterfaceDnsServerInfo() method
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/14/android/net/
DINetdUnsolicitedEventListener.aidl39 …oneway void onInterfaceDnsServerInfo(@utf8InCpp String ifName, long lifetimeS, in @utf8InCpp Strin… in onInterfaceDnsServerInfo() method
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/5/android/net/
DINetdUnsolicitedEventListener.aidl23 …oneway void onInterfaceDnsServerInfo(@utf8InCpp String ifName, long lifetimeS, in @utf8InCpp Strin… in onInterfaceDnsServerInfo() method
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/4/android/net/
DINetdUnsolicitedEventListener.aidl23 …oneway void onInterfaceDnsServerInfo(@utf8InCpp String ifName, long lifetimeS, in @utf8InCpp Strin… in onInterfaceDnsServerInfo() method
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/8/android/net/
DINetdUnsolicitedEventListener.aidl39 …oneway void onInterfaceDnsServerInfo(@utf8InCpp String ifName, long lifetimeS, in @utf8InCpp Strin… in onInterfaceDnsServerInfo() method
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/11/android/net/
DINetdUnsolicitedEventListener.aidl39 …oneway void onInterfaceDnsServerInfo(@utf8InCpp String ifName, long lifetimeS, in @utf8InCpp Strin… in onInterfaceDnsServerInfo() method
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/15/android/net/
DINetdUnsolicitedEventListener.aidl39 …oneway void onInterfaceDnsServerInfo(@utf8InCpp String ifName, long lifetimeS, in @utf8InCpp Strin… in onInterfaceDnsServerInfo() method
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/3/android/net/
DINetdUnsolicitedEventListener.aidl23 …oneway void onInterfaceDnsServerInfo(@utf8InCpp String ifName, long lifetimeS, in @utf8InCpp Strin… in onInterfaceDnsServerInfo() method
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/10/android/net/
DINetdUnsolicitedEventListener.aidl39 …oneway void onInterfaceDnsServerInfo(@utf8InCpp String ifName, long lifetimeS, in @utf8InCpp Strin… in onInterfaceDnsServerInfo() method
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/6/android/net/
DINetdUnsolicitedEventListener.aidl39 …oneway void onInterfaceDnsServerInfo(@utf8InCpp String ifName, long lifetimeS, in @utf8InCpp Strin… in onInterfaceDnsServerInfo() method
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/12/android/net/
DINetdUnsolicitedEventListener.aidl39 …oneway void onInterfaceDnsServerInfo(@utf8InCpp String ifName, long lifetimeS, in @utf8InCpp Strin… in onInterfaceDnsServerInfo() method
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/1/android/net/
DINetdUnsolicitedEventListener.aidl5 …oneway void onInterfaceDnsServerInfo(@utf8InCpp String ifName, long lifetimeS, in @utf8InCpp Strin… in onInterfaceDnsServerInfo() method
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/2/android/net/
DINetdUnsolicitedEventListener.aidl22 …oneway void onInterfaceDnsServerInfo(@utf8InCpp String ifName, long lifetimeS, in @utf8InCpp Strin… in onInterfaceDnsServerInfo() method
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/current/android/net/
DINetdUnsolicitedEventListener.aidl39 …oneway void onInterfaceDnsServerInfo(@utf8InCpp String ifName, long lifetimeS, in @utf8InCpp Strin… in onInterfaceDnsServerInfo() method
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/9/android/net/
DINetdUnsolicitedEventListener.aidl39 …oneway void onInterfaceDnsServerInfo(@utf8InCpp String ifName, long lifetimeS, in @utf8InCpp Strin… in onInterfaceDnsServerInfo() method
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/7/android/net/
DINetdUnsolicitedEventListener.aidl39 …oneway void onInterfaceDnsServerInfo(@utf8InCpp String ifName, long lifetimeS, in @utf8InCpp Strin… in onInterfaceDnsServerInfo() method
/packages/modules/Connectivity/staticlibs/netd/aidl_api/netd_aidl_interface/13/android/net/
DINetdUnsolicitedEventListener.aidl39 …oneway void onInterfaceDnsServerInfo(@utf8InCpp String ifName, long lifetimeS, in @utf8InCpp Strin… in onInterfaceDnsServerInfo() method
/packages/modules/Connectivity/staticlibs/client-libs/netd/com/android/net/module/util/
DBaseNetdUnsolicitedEventListener.java36 public void onInterfaceDnsServerInfo(@NonNull String ifName, long lifetimeS, in onInterfaceDnsServerInfo() method in BaseNetdUnsolicitedEventListener
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DNetdWrapper.java97 public void onInterfaceDnsServerInfo(String ifName, in onInterfaceDnsServerInfo() method in NetdWrapper.NetdUnsolicitedEventListener
/packages/modules/NetworkStack/tests/unit/src/android/net/ip/
DIpClientTest.java315 private void onInterfaceDnsServerInfo(long lifetime, final String[] dnsServers) { in onInterfaceDnsServerInfo() method in IpClientTest
397 onInterfaceDnsServerInfo(TEST_DNS_LIFETIME, in doProvisioningWithDefaultConfiguration()