Home
last modified time | relevance | path

Searched refs:ACTION_CAPTIVE_PORTAL_SIGN_IN (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/net/
DConnectivityManager.java181 public static final String ACTION_CAPTIVE_PORTAL_SIGN_IN = "android.net.conn.CAPTIVE_PORTAL"; field in ConnectivityManager
/frameworks/base/tests/net/java/com/android/server/
DConnectivityServiceTest.java24 import static android.net.ConnectivityManager.ACTION_CAPTIVE_PORTAL_SIGN_IN;
2939 assertEquals(ACTION_CAPTIVE_PORTAL_SIGN_IN, signInIntent.getAction()); in testCaptivePortalApp()
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java3496 final Intent appIntent = new Intent(ConnectivityManager.ACTION_CAPTIVE_PORTAL_SIGN_IN); in startCaptivePortalAppInternal()
/frameworks/base/api/
Dcurrent.txt28463 …field public static final String ACTION_CAPTIVE_PORTAL_SIGN_IN = "android.net.conn.CAPTIVE_PORTAL";