Searched refs:ACTION_CAPTIVE_PORTAL_SIGN_IN (Results 1 – 4 of 4) sorted by relevance
181 public static final String ACTION_CAPTIVE_PORTAL_SIGN_IN = "android.net.conn.CAPTIVE_PORTAL"; field in ConnectivityManager
24 import static android.net.ConnectivityManager.ACTION_CAPTIVE_PORTAL_SIGN_IN;2939 assertEquals(ACTION_CAPTIVE_PORTAL_SIGN_IN, signInIntent.getAction()); in testCaptivePortalApp()
3496 final Intent appIntent = new Intent(ConnectivityManager.ACTION_CAPTIVE_PORTAL_SIGN_IN); in startCaptivePortalAppInternal()
28463 …field public static final String ACTION_CAPTIVE_PORTAL_SIGN_IN = "android.net.conn.CAPTIVE_PORTAL";