/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/2/android/net/ |
D | INetworkMonitorCallbacks.aidl | 4 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl); in notifyNetworkTested() method
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/3/android/net/ |
D | INetworkMonitorCallbacks.aidl | 21 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl); in notifyNetworkTested() method
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/1/android/net/ |
D | INetworkMonitorCallbacks.aidl | 4 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl); in notifyNetworkTested() method
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/5/android/net/ |
D | INetworkMonitorCallbacks.aidl | 22 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl); in notifyNetworkTested() method
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/4/android/net/ |
D | INetworkMonitorCallbacks.aidl | 4 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl); in notifyNetworkTested() method
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/11/android/net/ |
D | INetworkMonitorCallbacks.aidl | 38 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl) = 1; in notifyNetworkTested() method
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/15/android/net/ |
D | INetworkMonitorCallbacks.aidl | 38 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl) = 1; in notifyNetworkTested() method
|
/packages/modules/NetworkStack/common/networkstackclient/src/android/net/ |
D | INetworkMonitorCallbacks.aidl | 31 void notifyNetworkTested(int testResult, @nullable String redirectUrl) = 1; in notifyNetworkTested() method
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/7/android/net/ |
D | INetworkMonitorCallbacks.aidl | 22 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl) = 1; in notifyNetworkTested() method
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/9/android/net/ |
D | INetworkMonitorCallbacks.aidl | 22 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl) = 1; in notifyNetworkTested() method
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/13/android/net/ |
D | INetworkMonitorCallbacks.aidl | 38 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl) = 1; in notifyNetworkTested() method
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/6/android/net/ |
D | INetworkMonitorCallbacks.aidl | 22 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl) = 1; in notifyNetworkTested() method
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/10/android/net/ |
D | INetworkMonitorCallbacks.aidl | 23 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl) = 1; in notifyNetworkTested() method
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/14/android/net/ |
D | INetworkMonitorCallbacks.aidl | 38 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/ |
D | INetworkMonitorCallbacks.aidl | 38 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl) = 1; in notifyNetworkTested() method
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/12/android/net/ |
D | INetworkMonitorCallbacks.aidl | 38 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl) = 1; in notifyNetworkTested() method
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/8/android/net/ |
D | INetworkMonitorCallbacks.aidl | 22 oneway void notifyNetworkTested(int testResult, @nullable String redirectUrl) = 1; in notifyNetworkTested() method
|
/packages/modules/NetworkStack/src/com/android/server/connectivity/ |
D | NetworkMonitor.java | 797 private void notifyNetworkTested(NetworkTestResultParcelable result) { in notifyNetworkTested() method in NetworkMonitor 800 mCallback.notifyNetworkTested( in notifyNetworkTested() 3608 notifyNetworkTested(p); in reportEvaluationResult()
|
/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/ |
D | NetworkMonitorTest.java | 2594 .notifyNetworkTested(eq(NETWORK_VALIDATION_RESULT_VALID in testNotifyNetwork_NotifyNetworkTestedOldInterfaceVersion()
|
/packages/modules/Connectivity/service/src/com/android/server/ |
D | ConnectivityService.java | 3988 public void notifyNetworkTested(int testResult, @Nullable String redirectUrl) {
|