Home
last modified time | relevance | path

Searched defs:notifyNetworkTested (Results 1 – 10 of 10) sorted by relevance

/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/3/android/net/
DINetworkMonitorCallbacks.aidl21 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl); in notifyNetworkTested() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/1/android/net/
DINetworkMonitorCallbacks.aidl4 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl); in notifyNetworkTested() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/2/android/net/
DINetworkMonitorCallbacks.aidl4 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl); in notifyNetworkTested() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/5/android/net/
DINetworkMonitorCallbacks.aidl22 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl); in notifyNetworkTested() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/4/android/net/
DINetworkMonitorCallbacks.aidl4 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl); in notifyNetworkTested() method
/packages/modules/NetworkStack/common/networkstackclient/src/android/net/
DINetworkMonitorCallbacks.aidl31 void notifyNetworkTested(int testResult, @nullable String redirectUrl) = 1; in notifyNetworkTested() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/6/android/net/
DINetworkMonitorCallbacks.aidl22 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl) = 1; in notifyNetworkTested() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/7/android/net/
DINetworkMonitorCallbacks.aidl22 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl) = 1; in notifyNetworkTested() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/current/android/net/
DINetworkMonitorCallbacks.aidl22 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl) = 1; in notifyNetworkTested() method
/packages/modules/NetworkStack/src/com/android/server/connectivity/
DNetworkMonitor.java737 private void notifyNetworkTested(NetworkTestResultParcelable result) { in notifyNetworkTested() method in NetworkMonitor