Searched refs:ACTION_CAPTIVE_PORTAL_SIGN_IN (Results 1 – 5 of 5) sorted by relevance
22 import static android.net.ConnectivityManager.ACTION_CAPTIVE_PORTAL_SIGN_IN;289 new Intent(ACTION_CAPTIVE_PORTAL_SIGN_IN) in initActivity()307 new Intent(ACTION_CAPTIVE_PORTAL_SIGN_IN) in testonCreateWithNullCaptivePortal()
111 …field public static final String ACTION_CAPTIVE_PORTAL_SIGN_IN = "android.net.conn.CAPTIVE_PORTAL";
184 public static final String ACTION_CAPTIVE_PORTAL_SIGN_IN = "android.net.conn.CAPTIVE_PORTAL"; field in ConnectivityManager
44 import static android.net.ConnectivityManager.ACTION_CAPTIVE_PORTAL_SIGN_IN;3770 assertEquals(ACTION_CAPTIVE_PORTAL_SIGN_IN, signInIntent.getAction()); in testCaptivePortalApp()
4528 final Intent appIntent = new Intent(ConnectivityManager.ACTION_CAPTIVE_PORTAL_SIGN_IN); in startCaptivePortalAppInternal()