Home
last modified time | relevance | path

Searched refs:NETWORK_VALIDATION_PROBE_FALLBACK (Results 1 – 14 of 14) sorted by relevance

/aosp12/packages/modules/NetworkStack/common/networkstackclient/src/android/net/
H A DINetworkMonitor.aidl54 const int NETWORK_VALIDATION_PROBE_FALLBACK = 0x20; field
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/7/android/net/
H A DINetworkMonitor.aidl40 const int NETWORK_VALIDATION_PROBE_FALLBACK = 32; field
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/8/android/net/
H A DINetworkMonitor.aidl40 const int NETWORK_VALIDATION_PROBE_FALLBACK = 32; field
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/9/android/net/
H A DINetworkMonitor.aidl40 const int NETWORK_VALIDATION_PROBE_FALLBACK = 32; field
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/current/android/net/
H A DINetworkMonitor.aidl41 const int NETWORK_VALIDATION_PROBE_FALLBACK = 32; field
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/10/android/net/
H A DINetworkMonitor.aidl41 const int NETWORK_VALIDATION_PROBE_FALLBACK = 32; field
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/2/android/net/
H A DINetworkMonitor.aidl22 const int NETWORK_VALIDATION_PROBE_FALLBACK = 32; field
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/3/android/net/
H A DINetworkMonitor.aidl39 const int NETWORK_VALIDATION_PROBE_FALLBACK = 32; field
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/4/android/net/
H A DINetworkMonitor.aidl22 const int NETWORK_VALIDATION_PROBE_FALLBACK = 32; field
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/5/android/net/
H A DINetworkMonitor.aidl40 const int NETWORK_VALIDATION_PROBE_FALLBACK = 32; field
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/6/android/net/
H A DINetworkMonitor.aidl40 const int NETWORK_VALIDATION_PROBE_FALLBACK = 32; field
/aosp12/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/
H A DNetworkMonitorTest.java23 import static android.net.INetworkMonitor.NETWORK_VALIDATION_PROBE_FALLBACK;
1500 NETWORK_VALIDATION_PROBE_DNS | NETWORK_VALIDATION_PROBE_FALLBACK,
2324 NETWORK_VALIDATION_PROBE_DNS | NETWORK_VALIDATION_PROBE_FALLBACK,
2386 NETWORK_VALIDATION_PROBE_DNS | NETWORK_VALIDATION_PROBE_FALLBACK,
/aosp12/packages/modules/NetworkStack/src/com/android/server/connectivity/
H A DNetworkMonitor.java29 import static android.net.INetworkMonitor.NETWORK_VALIDATION_PROBE_FALLBACK;
3011 reportHttpProbeResult(NETWORK_VALIDATION_PROBE_FALLBACK, fallbackProbeResult); in sendHttpAndHttpsParallelWithFallbackProbes()
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/
H A DConnectivityServiceTest.java67 import static android.net.INetworkMonitor.NETWORK_VALIDATION_PROBE_FALLBACK;
1031 | NETWORK_VALIDATION_PROBE_FALLBACK; in setNetworkPartial()
1032 int probesSucceeded = NETWORK_VALIDATION_PROBE_DNS | NETWORK_VALIDATION_PROBE_FALLBACK; in setNetworkPartial()