/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/4/android/net/ |
D | INetworkMonitorCallbacks.aidl | 8 oneway void notifyProbeStatusChanged(int probesCompleted, int probesSucceeded); in notifyProbeStatusChanged() argument
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/5/android/net/ |
D | INetworkMonitorCallbacks.aidl | 26 oneway void notifyProbeStatusChanged(int probesCompleted, int probesSucceeded); in notifyProbeStatusChanged() argument
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/8/android/net/ |
D | INetworkMonitorCallbacks.aidl | 26 oneway void notifyProbeStatusChanged(int probesCompleted, int probesSucceeded) = 5; in notifyProbeStatusChanged() argument
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/19/android/net/ |
D | INetworkMonitorCallbacks.aidl | 42 oneway void notifyProbeStatusChanged(int probesCompleted, int probesSucceeded) = 5; in notifyProbeStatusChanged() argument
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/18/android/net/ |
D | INetworkMonitorCallbacks.aidl | 42 oneway void notifyProbeStatusChanged(int probesCompleted, int probesSucceeded) = 5; in notifyProbeStatusChanged() argument
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/12/android/net/ |
D | INetworkMonitorCallbacks.aidl | 42 oneway void notifyProbeStatusChanged(int probesCompleted, int probesSucceeded) = 5; in notifyProbeStatusChanged() argument
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/20/android/net/ |
D | INetworkMonitorCallbacks.aidl | 42 oneway void notifyProbeStatusChanged(int probesCompleted, int probesSucceeded) = 5; in notifyProbeStatusChanged() argument
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/14/android/net/ |
D | INetworkMonitorCallbacks.aidl | 42 oneway void notifyProbeStatusChanged(int probesCompleted, int probesSucceeded) = 5; in notifyProbeStatusChanged() argument
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/10/android/net/ |
D | INetworkMonitorCallbacks.aidl | 27 oneway void notifyProbeStatusChanged(int probesCompleted, int probesSucceeded) = 5; in notifyProbeStatusChanged() argument
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/17/android/net/ |
D | INetworkMonitorCallbacks.aidl | 42 oneway void notifyProbeStatusChanged(int probesCompleted, int probesSucceeded) = 5; in notifyProbeStatusChanged() argument
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/6/android/net/ |
D | INetworkMonitorCallbacks.aidl | 26 oneway void notifyProbeStatusChanged(int probesCompleted, int probesSucceeded) = 5; in notifyProbeStatusChanged() argument
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/13/android/net/ |
D | INetworkMonitorCallbacks.aidl | 42 oneway void notifyProbeStatusChanged(int probesCompleted, int probesSucceeded) = 5; in notifyProbeStatusChanged() argument
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/15/android/net/ |
D | INetworkMonitorCallbacks.aidl | 42 oneway void notifyProbeStatusChanged(int probesCompleted, int probesSucceeded) = 5; in notifyProbeStatusChanged() argument
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/9/android/net/ |
D | INetworkMonitorCallbacks.aidl | 26 oneway void notifyProbeStatusChanged(int probesCompleted, int probesSucceeded) = 5; in notifyProbeStatusChanged() argument
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/16/android/net/ |
D | INetworkMonitorCallbacks.aidl | 42 oneway void notifyProbeStatusChanged(int probesCompleted, int probesSucceeded) = 5; in notifyProbeStatusChanged() argument
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/7/android/net/ |
D | INetworkMonitorCallbacks.aidl | 26 oneway void notifyProbeStatusChanged(int probesCompleted, int probesSucceeded) = 5; in notifyProbeStatusChanged() argument
|
/packages/modules/NetworkStack/common/networkstackclient/src/android/net/ |
D | INetworkMonitorCallbacks.aidl | 35 void notifyProbeStatusChanged(int probesCompleted, int probesSucceeded) = 5; in notifyProbeStatusChanged() argument
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/21/android/net/ |
D | INetworkMonitorCallbacks.aidl | 42 oneway void notifyProbeStatusChanged(int probesCompleted, int probesSucceeded) = 5; in notifyProbeStatusChanged() argument
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/11/android/net/ |
D | INetworkMonitorCallbacks.aidl | 42 oneway void notifyProbeStatusChanged(int probesCompleted, int probesSucceeded) = 5; in notifyProbeStatusChanged() argument
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/current/android/net/ |
D | INetworkMonitorCallbacks.aidl | 42 oneway void notifyProbeStatusChanged(int probesCompleted, int probesSucceeded) = 5; in notifyProbeStatusChanged() argument
|
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivityservice/base/ |
D | CSAgentWrapper.kt | 195 fun setProbesStatus(probesCompleted: Int, probesSucceeded: Int) { in ArgumentCaptor() 196 nmProbesCompleted = probesCompleted in ArgumentCaptor()
|
/packages/modules/Connectivity/tests/unit/java/com/android/server/ |
D | ConnectivityServiceTest.java | 1296 int probesCompleted = NETWORK_VALIDATION_PROBE_DNS | NETWORK_VALIDATION_PROBE_HTTPS in setNetworkInvalid() local 1303 probesCompleted &= ~NETWORK_VALIDATION_PROBE_HTTP; in setNetworkInvalid() 1304 probesSucceeded = probesCompleted; in setNetworkInvalid() 1305 probesCompleted |= NETWORK_VALIDATION_PROBE_PRIVDNS; in setNetworkInvalid() 1307 setProbesStatus(probesCompleted, probesSucceeded); in setNetworkInvalid() 1315 int probesCompleted = NETWORK_VALIDATION_PROBE_DNS | NETWORK_VALIDATION_PROBE_HTTP; in setNetworkPortal() local 1318 probesCompleted |= NETWORK_VALIDATION_PROBE_PRIVDNS; in setNetworkPortal() 1320 setProbesStatus(probesCompleted, probesSucceeded); in setNetworkPortal() 1326 int probesCompleted = NETWORK_VALIDATION_PROBE_DNS | NETWORK_VALIDATION_PROBE_HTTPS in setNetworkPartial() local 1329 setProbesStatus(probesCompleted, probesSucceeded); in setNetworkPartial() [all …]
|
/packages/modules/NetworkStack/src/com/android/server/connectivity/ |
D | NetworkMonitor.java | 900 private void notifyProbeStatusChanged(int probesCompleted, int probesSucceeded) { in notifyProbeStatusChanged() argument 902 mCallback.notifyProbeStatusChanged(probesCompleted, probesSucceeded); in notifyProbeStatusChanged()
|
/packages/modules/Connectivity/service/src/com/android/server/ |
D | ConnectivityService.java | 4766 final int probesCompleted = ((Pair<Integer, Integer>) msg.obj).first; 4769 ((probesCompleted & NETWORK_VALIDATION_PROBE_PRIVDNS) != 0); 5058 public void notifyProbeStatusChanged(int probesCompleted, int probesSucceeded) { 5061 0, mNetId, new Pair<>(probesCompleted, probesSucceeded)));
|