Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivityservice/
DCSCaptivePortalAppTest.kt24 import android.net.ConnectivityManager.ACTION_CAPTIVE_PORTAL_SIGN_IN
130 assertEquals(ACTION_CAPTIVE_PORTAL_SIGN_IN, signInIntent.getAction()) in startCaptivePortalApp()
/packages/modules/CaptivePortalLogin/tests/src/com/android/captiveportallogin/
DCaptivePortalLoginActivityTest.java22 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()
/packages/modules/Connectivity/framework/src/android/net/
DConnectivityManager.java211 public static final String ACTION_CAPTIVE_PORTAL_SIGN_IN = "android.net.conn.CAPTIVE_PORTAL"; field in ConnectivityManager
/packages/modules/Connectivity/framework/api/
Dcurrent.txt111 …field public static final String ACTION_CAPTIVE_PORTAL_SIGN_IN = "android.net.conn.CAPTIVE_PORTAL";
/packages/modules/Connectivity/tests/unit/java/com/android/server/
DConnectivityServiceTest.java50 import static android.net.ConnectivityManager.ACTION_CAPTIVE_PORTAL_SIGN_IN;
4833 assertEquals(ACTION_CAPTIVE_PORTAL_SIGN_IN, signInIntent.getAction());
/packages/modules/Connectivity/service/src/com/android/server/
DConnectivityService.java6251 final Intent appIntent = new Intent(ConnectivityManager.ACTION_CAPTIVE_PORTAL_SIGN_IN);