Home
last modified time | relevance | path

Searched defs:notifyProbeStatusChanged (Results 1 – 11 of 11) sorted by relevance

/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/4/android/net/
H A DINetworkMonitorCallbacks.aidl8 oneway void notifyProbeStatusChanged(int probesCompleted, int probesSucceeded); in notifyProbeStatusChanged() method
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/5/android/net/
H A DINetworkMonitorCallbacks.aidl26 oneway void notifyProbeStatusChanged(int probesCompleted, int probesSucceeded); in notifyProbeStatusChanged() method
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/7/android/net/
H A DINetworkMonitorCallbacks.aidl26 oneway void notifyProbeStatusChanged(int probesCompleted, int probesSucceeded) = 5; in notifyProbeStatusChanged() method
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/8/android/net/
H A DINetworkMonitorCallbacks.aidl26 oneway void notifyProbeStatusChanged(int probesCompleted, int probesSucceeded) = 5; in notifyProbeStatusChanged() method
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/9/android/net/
H A DINetworkMonitorCallbacks.aidl26 oneway void notifyProbeStatusChanged(int probesCompleted, int probesSucceeded) = 5; in notifyProbeStatusChanged() method
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/current/android/net/
H A DINetworkMonitorCallbacks.aidl27 oneway void notifyProbeStatusChanged(int probesCompleted, int probesSucceeded) = 5; in notifyProbeStatusChanged() method
/aosp12/packages/modules/NetworkStack/common/networkstackclient/src/android/net/
H A DINetworkMonitorCallbacks.aidl35 void notifyProbeStatusChanged(int probesCompleted, int probesSucceeded) = 5; in notifyProbeStatusChanged() method
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/10/android/net/
H A DINetworkMonitorCallbacks.aidl27 oneway void notifyProbeStatusChanged(int probesCompleted, int probesSucceeded) = 5; in notifyProbeStatusChanged() method
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/6/android/net/
H A DINetworkMonitorCallbacks.aidl26 oneway void notifyProbeStatusChanged(int probesCompleted, int probesSucceeded) = 5; in notifyProbeStatusChanged() method
/aosp12/packages/modules/NetworkStack/src/com/android/server/connectivity/
H A DNetworkMonitor.java783 private void notifyProbeStatusChanged(int probesCompleted, int probesSucceeded) { in notifyProbeStatusChanged() method in NetworkMonitor
/aosp12/packages/modules/Connectivity/service/src/com/android/server/
H A DConnectivityService.java3617 public void notifyProbeStatusChanged(int probesCompleted, int probesSucceeded) { in notifyProbeStatusChanged() method in ConnectivityService.NetworkMonitorCallbacks