Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/5/android/net/
DINetworkMonitorCallbacks.aidl26 oneway void notifyProbeStatusChanged(int probesCompleted, int probesSucceeded); in notifyProbeStatusChanged() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/4/android/net/
DINetworkMonitorCallbacks.aidl8 oneway void notifyProbeStatusChanged(int probesCompleted, int probesSucceeded); in notifyProbeStatusChanged() method
/packages/modules/NetworkStack/common/networkstackclient/src/android/net/
DINetworkMonitorCallbacks.aidl35 void notifyProbeStatusChanged(int probesCompleted, int probesSucceeded) = 5; in notifyProbeStatusChanged() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/6/android/net/
DINetworkMonitorCallbacks.aidl26 oneway void notifyProbeStatusChanged(int probesCompleted, int probesSucceeded) = 5; in notifyProbeStatusChanged() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/7/android/net/
DINetworkMonitorCallbacks.aidl26 oneway void notifyProbeStatusChanged(int probesCompleted, int probesSucceeded) = 5; in notifyProbeStatusChanged() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/current/android/net/
DINetworkMonitorCallbacks.aidl26 oneway void notifyProbeStatusChanged(int probesCompleted, int probesSucceeded) = 5; in notifyProbeStatusChanged() method
/packages/modules/NetworkStack/src/com/android/server/connectivity/
DNetworkMonitor.java774 private void notifyProbeStatusChanged(int probesCompleted, int probesSucceeded) { in notifyProbeStatusChanged() method in NetworkMonitor