Home
last modified time | relevance | path

Searched refs:captivePortalCheckCompleted (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/net/
DNetworkStateTracker.java146 public void captivePortalCheckCompleted(boolean isCaptive); in captivePortalCheckCompleted() method
DBaseNetworkStateTracker.java112 public void captivePortalCheckCompleted(boolean isCaptivePortal) { in captivePortalCheckCompleted() method in BaseNetworkStateTracker
DIConnectivityManager.aidl124 void captivePortalCheckCompleted(in NetworkInfo info, boolean isCaptivePortal); in captivePortalCheckCompleted() method
DConnectivityManager.java1862 public void captivePortalCheckCompleted(NetworkInfo info, boolean isCaptivePortal) { in captivePortalCheckCompleted() method in ConnectivityManager
1864 mService.captivePortalCheckCompleted(info, isCaptivePortal); in captivePortalCheckCompleted()
DMobileDataStateTracker.java462 public void captivePortalCheckCompleted(boolean isCaptivePortal) { in captivePortalCheckCompleted() method in MobileDataStateTracker
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java1511 public void captivePortalCheckCompleted(NetworkInfo info, boolean isCaptivePortal) { in captivePortalCheckCompleted() method in ConnectivityService