Home
last modified time | relevance | path

Searched defs:notifyDnsResponse (Results 1 – 15 of 15) sorted by relevance

/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/1/android/net/
H A DINetworkMonitor.aidl9 oneway void notifyDnsResponse(int returnCode); in notifyDnsResponse() method
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/7/android/net/
H A DINetworkMonitor.aidl27 oneway void notifyDnsResponse(int returnCode); in notifyDnsResponse() method
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/8/android/net/
H A DINetworkMonitor.aidl27 oneway void notifyDnsResponse(int returnCode); in notifyDnsResponse() method
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/9/android/net/
H A DINetworkMonitor.aidl27 oneway void notifyDnsResponse(int returnCode); in notifyDnsResponse() method
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/current/android/net/
H A DINetworkMonitor.aidl28 oneway void notifyDnsResponse(int returnCode); in notifyDnsResponse() method
/aosp12/packages/modules/NetworkStack/common/networkstackclient/src/android/net/
H A DINetworkMonitor.aidl63 void notifyDnsResponse(int returnCode); in notifyDnsResponse() method
H A DNetworkMonitorManager.java137 public boolean notifyDnsResponse(int returnCode) { in notifyDnsResponse() method in NetworkMonitorManager
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/10/android/net/
H A DINetworkMonitor.aidl28 oneway void notifyDnsResponse(int returnCode); in notifyDnsResponse() method
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/2/android/net/
H A DINetworkMonitor.aidl9 oneway void notifyDnsResponse(int returnCode); in notifyDnsResponse() method
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/3/android/net/
H A DINetworkMonitor.aidl26 oneway void notifyDnsResponse(int returnCode); in notifyDnsResponse() method
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/4/android/net/
H A DINetworkMonitor.aidl9 oneway void notifyDnsResponse(int returnCode); in notifyDnsResponse() method
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/5/android/net/
H A DINetworkMonitor.aidl27 oneway void notifyDnsResponse(int returnCode); in notifyDnsResponse() method
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/6/android/net/
H A DINetworkMonitor.aidl27 oneway void notifyDnsResponse(int returnCode); in notifyDnsResponse() method
/aosp12/packages/modules/NetworkStack/src/com/android/server/
H A DNetworkStackService.java610 public void notifyDnsResponse(int returnCode) { in notifyDnsResponse() method in NetworkStackService.NetworkMonitorConnector
/aosp12/packages/modules/NetworkStack/src/com/android/server/connectivity/
H A DNetworkMonitor.java647 public void notifyDnsResponse(int returnCode) { in notifyDnsResponse() method in NetworkMonitor