Searched refs:ACTION_CAPTIVE_PORTAL_SIGN_IN (Results 1 – 6 of 6) sorted by relevance
24 import android.net.ConnectivityManager.ACTION_CAPTIVE_PORTAL_SIGN_IN130 assertEquals(ACTION_CAPTIVE_PORTAL_SIGN_IN, signInIntent.getAction()) in startCaptivePortalApp()
22 import static android.net.ConnectivityManager.ACTION_CAPTIVE_PORTAL_SIGN_IN;345 .setAction(ACTION_CAPTIVE_PORTAL_SIGN_IN) in initActivity()367 .setAction(ACTION_CAPTIVE_PORTAL_SIGN_IN) in testonCreateWithNullCaptivePortal()
211 public static final String ACTION_CAPTIVE_PORTAL_SIGN_IN = "android.net.conn.CAPTIVE_PORTAL"; field in ConnectivityManager
111 …field public static final String ACTION_CAPTIVE_PORTAL_SIGN_IN = "android.net.conn.CAPTIVE_PORTAL";
50 import static android.net.ConnectivityManager.ACTION_CAPTIVE_PORTAL_SIGN_IN;4833 assertEquals(ACTION_CAPTIVE_PORTAL_SIGN_IN, signInIntent.getAction());
6251 final Intent appIntent = new Intent(ConnectivityManager.ACTION_CAPTIVE_PORTAL_SIGN_IN);