Home
last modified time | relevance | path

Searched defs:checkNetworkStatus (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/cts/hostsidetests/network-policy/aidl/com/android/cts/netpolicy/hostside/
H A DIMyService.aidl27 NetworkCheckResult checkNetworkStatus(String customUrl); in checkNetworkStatus() method
/aosp_15_r20/cts/hostsidetests/network-policy/app/src/com/android/cts/netpolicy/hostside/
H A DMyServiceClient.java102 public NetworkCheckResult checkNetworkStatus(String address) throws RemoteException { in checkNetworkStatus() method in MyServiceClient
/aosp_15_r20/cts/hostsidetests/network-policy/app2/src/com/android/cts/netpolicy/hostside/app2/
H A DCommon.java198 static NetworkCheckResult checkNetworkStatus(Context context, String customUrl) { in checkNetworkStatus() method in Common